Skip to main content
Free UK property data API Start free →
2026 Guide — Updated

MEES & EPC C: What Landlords Need to Know (2026 Guide)

The Minimum Energy Efficiency Standards already ban the letting of F- and G-rated properties. The next threshold — EPC band C by 2030 — is approaching fast. Here is everything landlords and letting agents need to understand about timelines, costs, exemptions, and portfolio-scale compliance checking.

Where MEES stands in 2026

The Minimum Energy Efficiency Standards (MEES) came into force in 2018 for new tenancies and were extended to all existing tenancies in April 2020. The current legal minimum for a private rented property in England and Wales is EPC band E. Letting an F- or G-rated property without a valid exemption can result in fines of up to £30,000 per property.

The Government's 2021 consultation proposed raising the minimum to EPC band C for new tenancies by 2025 and all tenancies by 2028. Those dates have since been pushed back; the working target for the private rented sector is now band C by 2030. As of May 2026, this has not been legislated, but landlords who want to avoid a compliance scramble should be planning now.

What EPC band C means in practice

An EPC band C corresponds to an energy efficiency score of 69–80 on the SAP (Standard Assessment Procedure) scale. Typical properties in bands D and E reach C through a combination of:

  • Loft insulation (minimum 270 mm)
  • Cavity wall or external wall insulation
  • Double or triple glazing
  • High-efficiency condensing boiler replacement
  • Smart heating controls
  • Solar PV (where structurally appropriate)

Not every property can reach C cost-effectively. A pre-1900 solid-wall terraced house with no cavity and a flat roof may require £15,000+ of works — more than the landlord cost cap that was proposed in earlier consultations.

Exemptions available to landlords

The PRS Exemptions Register (managed by local authorities) allows landlords to register an exemption where:

  • All relevant improvements have been made and the band is still below the required threshold
  • A listed building or conservation area restriction prevents the works
  • A sitting tenant refuses access
  • Third-party consent (e.g. freeholder) is withheld
  • A qualified surveyor certifies wall insulation would cause moisture damage

Exemptions typically last five years. They are property-specific and non-transferable on sale.

Checking your portfolio at scale

Individual EPC lookups are available free at find-energy-certificate.service.gov.uk. For landlords managing 10 or more properties, manual lookups are time-consuming. The Homedata EPC API allows batch lookups by UPRN, returning for each property:

  • Current EPC band (A–G)
  • Energy efficiency score (1–100 SAP)
  • Certificate expiry date
  • Floor area (m²)
  • Recommended improvement measures
  • Estimated cost of each improvement
GET /api/properties/10023456789/epc/
Authorization: Api-Key YOUR_KEY

{
  "uprn": "10023456789",
  "epc_rating": "D",
  "epc_score": 64,
  "expiry_date": "2027-03-15",
  "floor_area_sqm": 88,
  "recommendations": [
    {
      "measure": "Loft insulation",
      "saving_per_year": 180,
      "estimated_cost": 400
    },
    {
      "measure": "Cavity wall insulation",
      "saving_per_year": 220,
      "estimated_cost": 800
    }
  ]
}

Frequently asked questions

What is the minimum EPC rating to rent a property in 2026?

Currently band E. The proposed 2030 deadline for band C has not yet been legislated as of May 2026.

What is MEES?

Minimum Energy Efficiency Standards — regulations prohibiting the letting of properties below EPC band E in England and Wales without a valid exemption.

How much does it cost to improve an EPC from D to C?

Typically £1,500–£10,000+ depending on the property. Loft insulation is the cheapest measure; heat pump installation is the most expensive.

Are there exemptions to MEES?

Yes — listed buildings, tenant refusal, third-party consent withheld, and structural constraints all qualify. Register exemptions on the PRS Exemptions Register.

How do I check EPC ratings for multiple rental properties?

The Homedata EPC API supports bulk UPRN lookups — check an entire portfolio in a single batch request.