HUD FMR by bedroom size: studio to 4BR, FY2026 medians and ratios
The short answer
Every row of the FY2026 ZIP-level FMR file carries five bedroom sizes, fmr_0br through fmr_4br, in monthly dollars. The 0-bedroom column is the studio FMR. Across the file's 51,895 ZIP rows, the medians run 870 for a studio, 940 for a 1-bedroom, 1,150 for a 2-bedroom, 1,500 for a 3-bedroom, and 1,720 for a 4-bedroom. A 4-bedroom FMR costs about twice a studio FMR nationally, and the exact ratio changes by metro, from 2.06 in Houston down to 1.57 in New York. Where the ratio compresses, studios carry the metro's premium; the metro tables below show it.
National FMR medians by bedroom size
Computed from fmr-by-zip-2026.csv in the HUD FMR FY2026 pack, all 51,895 ZIP rows, no blanks in any FMR column. The file repeats each metro's base values across most of its ZIPs, so the same rows also collapse to 2,616 unique hud_area_code values. Both cuts:
| Bedroom size | Median, 51,895 ZIP rows | Median, 2,616 unique areas |
|---|---|---|
| 0BR (studio) | $870 | $780 |
| 1BR | $940 | $840 |
| 2BR | $1,150 | $1,030 |
| 3BR | $1,500 | $1,350 |
| 4BR | $1,720 | $1,560 |
Pick the cut that matches the question. The ZIP-row median weighs every ZIP equally, which is the right basis when a table will be joined against ZIP-level data. The unique-area median weighs every HUD market equally, which is the right basis for a national picture, since a metro with 410 ZIP rows counts once, same as a rural area with one. The ZIP-row medians run higher because big metros with big rents hold more ZIPs.
The steps between sizes are uneven. Studio to 1BR is 70 dollars at the ZIP-row median, 8 percent. 1BR to 2BR is 210. 2BR to 3BR is 350. 3BR to 4BR is 220. The smallest jump sits at the bottom of the ladder: an extra room beyond a studio costs far less than having a separate unit at all.
Studio vs 4BR: the ratio, market by market
Five of the largest metros, ZIP-row medians computed inside each metro's own rows, against the national ZIP-row medians. The index column reads as a multiple of the national median for that bedroom size:
| Metro | ZIP rows | Studio median | 4BR median | Ratio 4BR / studio | Studio index | 4BR index |
|---|---|---|---|---|---|---|
| New York, NY | 410 | $2,750 | $4,320 | 1.57 | 3.16 | 2.51 |
| Chicago-Joliet-Naperville, IL | 370 | $1,475 | $2,665 | 1.81 | 1.70 | 1.55 |
| Houston-The Woodlands-Sugar Land, TX | 327 | $1,250 | $2,580 | 2.06 | 1.44 | 1.50 |
| Phoenix-Mesa-Chandler, AZ | 225 | $1,460 | $2,720 | 1.86 | 1.68 | 1.58 |
| Philadelphia-Camden-Wilmington, PA-NJ-DE-MD | 473 | $1,440 | $2,520 | 1.75 | 1.66 | 1.47 |
Nationwide the 4BR/studio ratio is 1.98 at the ZIP-row median. Every metro above sits off that mark in its own direction. New York compresses the ladder to 1.57 because its studio floor is extraordinary: the cheapest of its 410 ZIP rows still carries a 0-bedroom FMR of 2,170, and the 10th percentile sits at 2,230. Houston stretches the ladder to 2.06 because its studios stay comparatively cheap while its 4-bedroom column climbs.
When the studio FMR is the expensive one
Room count alone does not say which size is expensive in a market. The check is two indexes: metro studio median over national studio median, and metro 4BR median over national 4BR median. When the studio index beats the 4BR index, the metro's premium concentrates in small units.
New York is the clearest case in the table. Its studios run at 3.16 times the national studio median while its 4-bedrooms run at 2.51 times the national 4-bedroom median. The premium per bedroom shrinks as units grow, which shows up in the compressed 1.57 ratio. Chicago, Phoenix, and Philadelphia all show the same direction, a studio index above the 4BR index by 0.15 to 0.19. Houston is the exception, the only metro in the table whose 4BR index exceeds its studio index, which is what pushes its ratio past the national mark.
Practical reads of those two columns: a voucher holder comparing markets should look at the index for their own household size, since a metro cheap on average can still be expensive at their bedroom count. An investor sizing a studio acquisition should treat a high studio index as a sign the small-unit segment carries the market's scarcity, and as a sign it can also correct hardest, because the FMR is a 40th-percentile benchmark, not a rent forecast. What the number does and does not measure is laid out in FMR vs actual rent.
Pull any bedroom-size FMR yourself
Each ZIP row holds all five sizes, so one lookup answers every bedroom-count question at once. Over the dataset-mcp server, a studio query on ZIP 10001:
query_dataset(
"hud-fmr-2026",
{
"where": [{ "column": "zip", "op": "=", "value": "10001" }],
"columns": ["zip", "area_name", "fmr_0br", "fmr_1br", "fmr_2br", "fmr_3br", "fmr_4br"]
}
)
The returned row: ZIP 10001, New York, NY HUD Metro FMR Area, fmr_0br 3800, fmr_1br 3990, fmr_2br 4370, fmr_3br 5470, fmr_4br 5950. That single Manhattan ZIP prices a studio above the 4-bedroom median of any metro in the table above. The single-ZIP flow, including the no-MCP paths, is the subject of HUD FMR by ZIP code, and the metro-level view of all 649 areas is in HUD metro area list.
FMR by bedroom questions
- What is the HUD FMR for a 0-bedroom (studio) apartment in FY2026?
- The 0-bedroom FMR is the fair market rent HUD publishes for studio units. Across the 51,895 ZIP rows in the FY2026 ZIP-level file, the median 0-bedroom FMR is 870 dollars a month. Because the file repeats each metro's base values across most of its ZIPs, the same 51,895 rows collapse to 2,616 unique HUD areas, and the median across those areas is 780 dollars. Use the area median when you want one number per market and the ZIP-row median when every ZIP should weigh equally.
- How much more is a 4-bedroom FMR than a studio FMR?
- In the FY2026 ZIP-level file, the national median 4-bedroom FMR is 1,720 dollars against a median studio FMR of 870 dollars, so the 4-bedroom costs about twice the studio, a ratio of 1.98. The ratio moves by market: it runs 2.06 in Houston, 1.86 in Phoenix, 1.81 in Chicago, 1.75 in Philadelphia, and 1.57 in New York, where high studio floors compress the ladder.
- When is the studio FMR expensive relative to larger units?
- Compare the metro studio median against the national studio median and do the same for the 4-bedroom column. In the FY2026 file, New York's studio median of 2,750 dollars sits at 3.16 times the national studio median while its 4-bedroom median sits at 2.51 times the national 4-bedroom median, so New York's premium concentrates in studios. Houston shows the reverse: its studio index is 1.44 and its 4-bedroom index 1.50. A metro whose studio index exceeds its 4-bedroom index is where the 0-bedroom FMR prices at a relative premium.
Get the data
Start with the free 22-row sample to check the schema, then take the full pack: all three CSVs (51,895 ZIP rows, 3,229 county rollups, 52 state rows), the data dictionary, and source checksums.
Checkout and download run through Getly. Source: US Department of Housing and Urban Development, FY2026 Fair Market Rent release, huduser.gov. US government data, public domain. Data Vault is not affiliated with HUD.