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
| A | SAP 92–100 | The top band. Rare outside new build and deep retrofit. |
| B | SAP 81–91 | Modern and efficient. Common in new build flats and houses. |
| C | SAP 69–80 | The standard every private rented home must reach by 2030. |
| D | SAP 55–68 | The most common band in England & Wales. One step short of the 2030 standard. |
| E | SAP 39–54 | The current legal minimum for letting. Nothing to spare. |
| F | SAP 21–38 | Below the legal minimum for letting without a registered exemption. |
| G | SAP 1–20 | The 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 & 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–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–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–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–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–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–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–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.