Embed our EPC tools

Free to use on any site: two working tools as an iframe, and a band table as plain HTML. Nothing tracks your readers. Keep the attribution link and they are yours.

The EPC checker

A postcode box that opens the full result on our site in a new tab. Fixed height, so it never shifts your layout.

<iframe src="https://epcchecker.uk/widgets/checker/"
  title="EPC checker by EPC Checker"
  width="100%" height="260" loading="lazy"
  style="border:0;max-width:720px"></iframe>

The upgrade cost calculator

The full calculator: current score, target band, property size, and the cheapest route to get there. Taller, so give it room.

<iframe src="https://epcchecker.uk/widgets/upgrade/"
  title="EPC upgrade cost calculator by EPC Checker"
  width="100%" height="1200" loading="lazy"
  style="border:0;max-width:720px"></iframe>

Both widgets are noindex, so they will not compete with your own pages in search. They load no advertising and set no cookies.

The band table, as plain HTML

If you would rather not use an iframe, paste this instead. Inline styles only, so it survives any stylesheet.

How it looks

ASAP 92–100The top band. Rare outside new build and deep retrofit.
BSAP 81–91Modern and efficient. Common in new build flats and houses.
CSAP 69–80The standard every private rented home must reach by 2030.
DSAP 55–68The most common band in England & Wales. One step short of the 2030 standard.
ESAP 39–54The current legal minimum for letting. Nothing to spare.
FSAP 21–38Below the legal minimum for letting without a registered exemption.
GSAP 1–20The lowest band. Below the legal minimum for letting.

The code

<table style="width:100%;border-collapse:collapse;font-family:system-ui,sans-serif;font-size:15px">
  <caption style="text-align:left;font-weight:700;padding-bottom:8px">EPC bands, England &amp; Wales</caption>
  <tbody>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#008054;color:#ffffff">A</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 92&ndash;100</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">The top band. Rare outside new build and deep retrofit.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#19b459;color:#14201a">B</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 81&ndash;91</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">Modern and efficient. Common in new build flats and houses.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#8dce46;color:#14201a">C</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 69&ndash;80</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">The standard every private rented home must reach by 2030.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#ffd500;color:#14201a">D</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 55&ndash;68</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">The most common band in England & Wales. One step short of the 2030 standard.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#fcaa65;color:#14201a">E</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 39&ndash;54</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">The current legal minimum for letting. Nothing to spare.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#ef8023;color:#14201a">F</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 21&ndash;38</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">Below the legal minimum for letting without a registered exemption.</td></tr>
    <tr><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC;width:44px"><span style="display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;border-radius:6px;font-weight:800;background:#e9153b;color:#ffffff">G</span></td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">SAP 1&ndash;20</td><td style="padding:8px 10px;border-bottom:1px solid #DCE2DC">The lowest band. Below the legal minimum for letting.</td></tr>
  </tbody>
</table>
<p style="font-size:13px;color:#5C6B63">Source: <a href="https://epcchecker.uk/epc-rating/">EPC band table</a> from EPC Checker</p>

The band boundaries and colours are the ones printed on an EPC for England & Wales. If they change, update your copy.