Arm · Clothing · Common
Wrist Width
The width of the wrist.
WristWidth
How to measure
Application
Used in watchband and bracelet sizing, wrist splint and orthotic design, and medical joint assessment.
Posture
Arm extended, palm facing upward.
Landmark
Measured across the wrist at the styloid processes — the bony prominences on either side of the wrist joint.
Tool
Digital caliper.
Common mistake
Measuring mid-forearm rather than at the wrist joint gives a wider result.
API example
Request a predicted value for a 34-year-old woman at the 50th percentile in the United States. Adjust age, percentile, gender, and country to match your design scenario.
POST https://api.humanform.app/v1/predict
Authorization: Bearer hf_live_...
Content-Type: application/json
{
"measurement": "WristWidth",
"gender": "Female",
"age": 34,
"percentile": 5,
"country": "US",
"unit": "mm"
}{
"measurement": "WristWidth",
"gender": "Female",
"country": "US",
"value": 53,
"unit": "mm"
}See design examples for worked scenarios that combine multiple measurements, or read the methodology page for percentile-based design thinking.
Explore the dataset
Humanform covers 148 measurements with country-adjusted predictions and separate female and male profiles. Browse the full inventory or read the API reference for request syntax.