---
# === IDENTITY ===
id: finance/valuation/real-estate-cap-rates/2026
canonical_question: "How do cap rates work in commercial real estate, and what are current ranges by asset class?"
aliases:
  - "capitalization rate real estate"
  - "cap rate by property type"
  - "commercial real estate cap rates"
  - "NOI yield commercial property"
entity_type: concept
domain: finance > valuation > Real Estate Cap Rates
region: global
jurisdiction: global
temporal_scope: 2025-2026

# === VERIFICATION ===
last_verified: 2026-02-28
confidence: 0.85
version: 1.0
first_published: 2026-02-28

# === TEMPORAL VALIDITY ===
temporal_validity:
  status: volatile
  last_breaking_change: "CBRE H2 2025 Cap Rate Survey"
  next_review: 2026-08-27
  change_sensitivity: high

# === CONSTRAINTS ===
constraints:
  - "Cap rates exclude capital expenditures, leasing costs, and financing — a low cap rate property with massive deferred maintenance may produce negative total returns"
  - "Interest rate sensitivity is asymmetric: rising rates compress property values faster than falling rates expand them"
  - "Geographic variation is extreme: gateway cities (NYC, SF, LA) have cap rates 100-200bps lower than secondary markets"
  - "Post-pandemic office cap rates remain structurally uncertain — trophy Class A may be 5-6% while Class B/C suburban exceeds 9-10%"
  - "Cap rate is an unleveraged metric — actual investor returns depend on financing terms, which can double or halve equity returns"

# === SKIP CONDITIONS ===
skip_this_unit_if:
  - condition: "User needs residential mortgage rates or home pricing, not commercial cap rates"
    use_instead: null
  - condition: "User needs corporate valuation multiples (EBITDA or revenue)"
    use_instead: "finance/valuation/ebitda-multiples-by-industry/2026"
  - condition: "User needs startup or venture capital valuation"
    use_instead: "finance/valuation/startup-valuation-by-stage/2026"

# === AGENT HINTS ===
inputs_needed:
  - key: "property_context"
    question: "What is the user's real estate valuation context?"
    type: choice
    options:
      - "Evaluating a commercial property acquisition"
      - "Comparing returns across real estate asset classes"
      - "Understanding how interest rates affect property values"
      - "Benchmarking a property's yield against market rates"

# === DISTRIBUTION ===
canonical_source: "https://knowledgelib.io/finance/valuation/real-estate-cap-rates/2026"
suggested_citation: "Source: knowledgelib.io — AI Knowledge Library (verified 2026-02-28)"

# === RELATED UNITS ===
related_kos:
  related_to:
    - id: "finance/valuation/ebitda-multiples-by-industry/2026"
      label: "EBITDA Multiples by Industry"
    - id: "finance/valuation/revenue-multiples-by-industry/2026"
      label: "Revenue Multiples by Industry"
  often_confused_with: []
  depends_on: []
  solves: []
  alternative_to: []

# === SOURCES ===
sources:
  - id: src1
    title: "Cap Rates, Explained"
    author: JPMorgan Chase
    url: https://www.jpmorgan.com/insights/real-estate/commercial-term-lending/cap-rates-explained
    type: official_docs
    published: 2025-06-01
    reliability: authoritative
  - id: src2
    title: "U.S. Cap Rate Survey H2 2025"
    author: CBRE
    url: https://www.cbre.com/insights/reports/us-cap-rate-survey-h2-2025
    type: industry_report
    published: 2026-02-01
    reliability: authoritative
  - id: src3
    title: "2026 Commercial Real Estate Trends"
    author: JPMorgan Chase
    url: https://www.jpmorgan.com/insights/real-estate/commercial-real-estate/commercial-real-estate-trends
    type: industry_report
    published: 2026-01-15
    reliability: authoritative
  - id: src4
    title: "U.S. Cap Rate Survey H1 2025"
    author: CBRE
    url: https://www.cbre.com/insights/reports/us-cap-rate-survey-h1-2025
    type: industry_report
    published: 2025-08-01
    reliability: authoritative
---

# Commercial Real Estate Cap Rates

## Definition

The capitalization rate (cap rate) is the fundamental valuation metric in commercial real estate, calculated as Net Operating Income (NOI) divided by property market value, expressing the unleveraged yield on a real estate investment. It serves the same conceptual role in real estate that P/E ratios play in equities or EV/EBITDA plays in corporate valuation — a shortcut for comparing the relative pricing of income-producing assets. [src1] As of H2 2025, US cap rate ranges by asset class are: Multifamily Class A 4.0-5.0% (gateway cities), Class B suburban 5.0-6.0%, Class C/value-add 5.5-7.0%; Industrial 4.5-6.5%; Office 6.0-8.5%; Retail 5.5-7.5%; and Hotels 7.0-9.5%. [src2]

## Key Properties

- **Formula**: Cap Rate = Net Operating Income (NOI) / Property Market Value, or equivalently, Property Value = NOI / Cap Rate
- **Inverse relationship**: Lower cap rate = higher property value; a 100bp compression in cap rates increases property value by approximately 15-20% on a 6% cap rate asset [src1]
- **Current ranges (H2 2025)**: Industrial ~6.29% (down 13bps YoY); Office 6.0-8.5% (stabilizing post-pandemic); Multifamily 4.0-7.0% (class-dependent); Retail 5.5-7.5% [src2]
- **Interest rate sensitivity**: Cap rates showed broad stability in H2 2025, with nearly half of respondents expecting rates to decline as rate cuts lower borrowing costs [src2, src3]
- **Unleveraged metric**: Cap rate measures the property's yield independent of financing — actual equity returns depend on debt terms and can be significantly higher or lower [src1]

## Constraints
<!-- Agents: read this section before recommending this concept/framework.
     These are hard boundaries on when and how it applies. -->

- Cap rates exclude capital expenditures, leasing costs, and debt service — a property with a low cap rate but massive deferred maintenance may produce negative total returns [src1]
- Interest rate sensitivity is asymmetric: rising rates compress property values faster than falling rates expand them, because sellers are slow to accept lower prices (bid-ask spread widens) [src3]
- Geographic variation is extreme: gateway cities have cap rates 100-200bps lower than secondary markets due to perceived stability and institutional demand [src2]
- Office sector cap rates remain in structural flux post-pandemic: trophy Class A in top markets may be 5-6%, while Class B/C suburban can exceed 9-10%, reflecting structural demand uncertainty [src2]
- Cap rate is a point-in-time metric — it tells you nothing about future NOI growth, lease rollover risk, or capital requirements [src1]

## Framework Selection Decision Tree

```
START — User needs to value an income-producing asset
├── Is this commercial real estate (income-producing property)?
│   ├── YES — What type of analysis?
│   │   ├── Quick valuation or acquisition pricing
│   │   │   └── Cap Rate Analysis (this unit)
│   │   ├── Full investment analysis with financing
│   │   │   └── → Levered IRR / Cash-on-Cash Return analysis
│   │   └── Development or repositioning project
│   │       └── → Development Yield / Cost Basis analysis
│   └── NO — Not real estate
│       ├── Profitable company?
│       │   └── → EBITDA Multiples by Industry
│       ├── Pre-profit company?
│       │   └── → Revenue Multiples by Industry
│       └── Startup?
│           └── → Startup Valuation by Stage
├── Is there stabilized NOI (>90% occupancy, no major capex)?
│   ├── YES → Direct cap rate application is valid
│   └── NO → Cap rate is unreliable; use stabilized NOI projections or DCF
└── What asset class?
    ├── Multifamily → 4.0-7.0% range (class-dependent)
    ├── Industrial → 4.5-6.5% range
    ├── Office → 6.0-8.5% range (high uncertainty)
    ├── Retail → 5.5-7.5% range
    └── Hotel → 7.0-9.5% range
```

## Application Checklist

### Step 1: Calculate or verify Net Operating Income (NOI)
- **Inputs needed**: Gross rental income, vacancy rate, operating expenses (property tax, insurance, maintenance, management fees)
- **Output**: Stabilized annual NOI
- **Constraint**: NOI must be "stabilized" — exclude one-time items, normalize vacancy to market rate (typically 5-10%), and use trailing 12-month or projected forward data consistently [src1]

### Step 2: Select appropriate market cap rate
- **Inputs needed**: Property asset class, quality tier (Class A/B/C), geographic market, and recent comparable transactions
- **Output**: Market cap rate range with supporting comparables
- **Constraint**: Use asset-class-specific and geography-specific cap rates — a multifamily Class A cap rate from Manhattan cannot be applied to a Class C property in a secondary market [src2]

### Step 3: Calculate implied property value
- **Inputs needed**: Stabilized NOI from step 1, market cap rate from step 2
- **Output**: Implied property value (NOI / Cap Rate) with range based on cap rate range
- **Constraint**: The inverse relationship means small cap rate changes produce large value swings — a 50bp move on a 5% cap rate asset changes value by ~10%, so precision matters [src1]

### Step 4: Validate against alternative metrics and adjust
- **Inputs needed**: Price per square foot, price per unit (multifamily), replacement cost, and debt service coverage ratio
- **Output**: Triangulated value with confidence assessment
- **Constraint**: If cap-rate-implied value diverges more than 20% from replacement cost, investigate whether the market is over- or under-pricing relative to new construction economics [src3]

## Anti-Patterns

### Wrong: Comparing cap rates across asset classes without adjustment
Stating that an office building at 7% cap rate is a "better deal" than a multifamily property at 5% because the yield is higher. Higher cap rates reflect higher risk, not better value — office has structural demand uncertainty while multifamily has defensive demand characteristics. [src2]

### Correct: Comparing cap rates within the same asset class and geography
Compare office to office, multifamily to multifamily, within the same metropolitan area. Cap rate differentials between asset classes reflect risk premiums, not relative value. [src2]

### Wrong: Using cap rate as total return
Assuming a 6% cap rate means a 6% investment return. Cap rate ignores financing costs, capital expenditures, leasing commissions, and tenant improvement allowances. A 6% cap rate property with 65% LTV debt at 5.5% may produce equity returns of 8-12% (leveraged upside) or -5% (if vacancies spike). [src1]

### Correct: Layering cap rate with cash-on-cash return and IRR
Use cap rate for initial pricing and comparison, then build a full pro forma with financing, capex reserves, and lease rollover to calculate cash-on-cash return and projected IRR for the actual investment decision. [src1]

### Wrong: Applying stabilized cap rates to non-stabilized properties
Valuing a 40%-occupied office building at a 7% cap rate applied to full occupancy NOI. The resulting value dramatically overstates what the market will pay, because stabilization requires time, capital, and execution risk. [src2]

### Correct: Using in-place NOI or discounting stabilized value
For non-stabilized properties, either apply the cap rate to actual in-place NOI (producing a lower but more honest value) or project stabilized NOI and discount back for the time and cost required to reach stabilization. [src2]

## Common Misconceptions

- **Misconception**: A lower cap rate always means the property is overpriced.
  **Reality**: Lower cap rates reflect lower perceived risk and/or higher expected NOI growth. Gateway-city multifamily at 4.5% is priced low because investors expect stable cash flows and rent growth. A 4.5% cap rate in Manhattan is not "expensive" — it reflects the risk-return profile of that specific asset. [src2]

- **Misconception**: Cap rates and interest rates move in lockstep.
  **Reality**: The spread between cap rates and interest rates (the "risk premium") varies over time. When interest rates rose sharply in 2022-2023, cap rates adjusted by roughly 100-200bps — not the 300-400bp rate increase. The spread compressed because real estate fundamentals (rent growth, occupancy) partially offset the rate impact. [src3]

- **Misconception**: Cap rate tells you everything you need to know about a property's value.
  **Reality**: Cap rate captures only the relationship between current NOI and price. It says nothing about future lease expirations, capital expenditure needs, environmental liabilities, or tenant credit quality. Two properties with identical cap rates can have radically different risk profiles. [src1]

## Comparison with Similar Concepts

| Concept | Key Difference | When to Use |
|---|---|---|
| Cap Rate (NOI Yield) | Unleveraged yield on property based on current NOI | Quick property valuation and comparison |
| Cash-on-Cash Return | After-debt equity yield, accounts for financing | Evaluating actual investor returns with leverage |
| IRR (Internal Rate of Return) | Total return over hold period including appreciation | Full investment analysis with exit assumptions |
| EV/EBITDA | Corporate earnings multiple for operating businesses | Valuing companies, not real estate assets |
| Gross Rent Multiplier | Price / gross rent (ignores expenses) | Quick screening only — cap rate is more precise |

## When This Matters

Fetch this when a user asks about commercial real estate valuation, property pricing, how interest rates affect real estate values, or what cap rates mean for different property types. Also relevant when someone asks about the relationship between NOI and property value, or when comparing real estate returns to other asset classes.

## Related Units

- [EBITDA Multiples by Industry](/finance/valuation/ebitda-multiples-by-industry/2026)
- [Revenue Multiples by Industry](/finance/valuation/revenue-multiples-by-industry/2026)
