{"id":11,"date":"2026-04-17T09:32:40","date_gmt":"2026-04-17T09:32:40","guid":{"rendered":"https:\/\/homeboiler.co.uk\/?page_id=11"},"modified":"2026-04-17T09:34:39","modified_gmt":"2026-04-17T09:34:39","slug":"home","status":"publish","type":"page","link":"https:\/\/homeboiler.co.uk\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en-GB\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>New Boiler UK 2026 | Costs, Finance &#038; Fixed-Price Installation | HomeBoiler.co.uk<\/title>\n<meta name=\"description\" content=\"Need a new boiler? Compare installation costs, find 0% finance options, and get a fixed-price quote. Independent UK guide to boiler costs, brands, and getting the best deal.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&#038;family=IBM+Plex+Mono:wght@400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n:root {\n  --brand: #E85D26;\n  --brand-dark: #C94D1E;\n  --brand-light: #FFF0EB;\n  --brand-lighter: #FFF8F5;\n  --dark: #1B1F23;\n  --dark-2: #2D3239;\n  --grey-700: #3D444D;\n  --grey-500: #636C76;\n  --grey-300: #AFB5BC;\n  --grey-100: #EEF0F2;\n  --grey-50: #F6F7F8;\n  --white: #FFFFFF;\n  --blue: #2563EB;\n  --blue-light: #EFF6FF;\n  --green: #16A34A;\n  --green-light: #F0FDF4;\n  --amber: #D97706;\n  --amber-light: #FFFBEB;\n  --navy: #1E1B4B;\n  --font-heading: 'Plus Jakarta Sans', sans-serif;\n  --font-mono: 'IBM Plex Mono', monospace;\n  --font-body: 'Plus Jakarta Sans', sans-serif;\n  --radius: 12px;\n  --radius-sm: 8px;\n  --radius-xs: 6px;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n  --max-width: 1140px;\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\nbody {\n  font-family: var(--font-body);\n  color: var(--dark);\n  line-height: 1.65;\n  background: var(--white);\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* \u2500\u2500\u2500 HEADER \u2500\u2500\u2500 *\/\n.site-header {\n  background: var(--white);\n  border-bottom: 1px solid var(--grey-100);\n  position: sticky;\n  top: 0;\n  z-index: 100;\n}\n.header-inner {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  padding: 0 24px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  height: 64px;\n}\n.logo {\n  font-family: var(--font-heading);\n  font-size: 20px;\n  font-weight: 800;\n  color: var(--dark);\n  text-decoration: none;\n  display: flex;\n  align-items: center;\n  gap: 2px;\n  letter-spacing: -0.3px;\n}\n.logo span { color: var(--brand); }\nnav { display: flex; gap: 28px; align-items: center; }\nnav a {\n  font-family: var(--font-body);\n  font-size: 13.5px;\n  font-weight: 500;\n  color: var(--grey-700);\n  text-decoration: none;\n  transition: color 0.2s;\n}\nnav a:hover { color: var(--brand); }\n.nav-cta {\n  background: var(--brand);\n  color: var(--white) !important;\n  padding: 8px 18px;\n  border-radius: var(--radius-xs);\n  font-weight: 600 !important;\n  transition: background 0.2s;\n}\n.nav-cta:hover { background: var(--brand-dark); }\n\n\/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n.hero {\n  background: var(--grey-50);\n  padding: 72px 24px 64px;\n  border-bottom: 1px solid var(--grey-100);\n}\n.hero-inner {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n.hero-label {\n  font-family: var(--font-mono);\n  font-size: 12px;\n  font-weight: 500;\n  color: var(--brand);\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  margin-bottom: 16px;\n}\n.hero h1 {\n  font-family: var(--font-heading);\n  font-size: 44px;\n  font-weight: 800;\n  line-height: 1.12;\n  color: var(--dark);\n  margin-bottom: 20px;\n  max-width: 680px;\n  letter-spacing: -0.5px;\n}\n.hero h1 em {\n  font-style: normal;\n  color: var(--brand);\n}\n.hero p {\n  font-size: 16px;\n  color: var(--grey-500);\n  line-height: 1.7;\n  margin-bottom: 32px;\n  max-width: 560px;\n}\n.hero-btns {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n.btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 13px 26px;\n  border-radius: var(--radius-xs);\n  font-family: var(--font-body);\n  font-size: 14px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.2s;\n  cursor: pointer;\n  border: none;\n}\n.btn-primary { background: var(--brand); color: var(--white); }\n.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }\n.btn-outline {\n  background: transparent;\n  color: var(--dark);\n  border: 1.5px solid var(--grey-300);\n}\n.btn-outline:hover { border-color: var(--brand); color: var(--brand); }\n.btn-white { background: var(--white); color: var(--dark); }\n.btn-white:hover { background: var(--grey-50); }\n\n\/* \u2500\u2500\u2500 STAT BAR \u2500\u2500\u2500 *\/\n.stat-bar {\n  background: var(--white);\n  border-bottom: 1px solid var(--grey-100);\n  padding: 0 24px;\n}\n.stat-bar-inner {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 0;\n}\n.stat-item {\n  padding: 24px 0;\n  text-align: center;\n  border-right: 1px solid var(--grey-100);\n}\n.stat-item:last-child { border-right: none; }\n.stat-number {\n  font-family: var(--font-heading);\n  font-size: 26px;\n  font-weight: 800;\n  color: var(--dark);\n  letter-spacing: -0.5px;\n}\n.stat-number span { color: var(--brand); }\n.stat-label {\n  font-size: 12px;\n  color: var(--grey-500);\n  margin-top: 2px;\n  font-weight: 500;\n}\n\n\/* \u2500\u2500\u2500 SECTIONS \u2500\u2500\u2500 *\/\n.section { padding: 72px 24px; }\n.section-alt { background: var(--grey-50); }\n.section-brand { background: var(--brand-lighter); }\n.section-inner { max-width: var(--max-width); margin: 0 auto; }\n.section-label {\n  font-family: var(--font-mono);\n  font-size: 11px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  color: var(--brand);\n  margin-bottom: 10px;\n}\n.section-title {\n  font-family: var(--font-heading);\n  font-size: 30px;\n  font-weight: 800;\n  color: var(--dark);\n  margin-bottom: 14px;\n  line-height: 1.2;\n  letter-spacing: -0.3px;\n}\n.section-desc {\n  font-size: 15px;\n  color: var(--grey-500);\n  max-width: 600px;\n  line-height: 1.7;\n  margin-bottom: 36px;\n}\n\n\/* \u2500\u2500\u2500 HOW IT WORKS \u2500\u2500\u2500 *\/\n.steps-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n.step-card {\n  background: var(--white);\n  border: 1px solid var(--grey-100);\n  border-radius: var(--radius);\n  padding: 28px 24px;\n  position: relative;\n}\n.step-num {\n  font-family: var(--font-mono);\n  font-size: 11px;\n  font-weight: 500;\n  color: var(--brand);\n  background: var(--brand-light);\n  display: inline-block;\n  padding: 4px 10px;\n  border-radius: var(--radius-xs);\n  margin-bottom: 14px;\n}\n.step-card h3 {\n  font-family: var(--font-heading);\n  font-size: 17px;\n  font-weight: 700;\n  margin-bottom: 8px;\n  color: var(--dark);\n}\n.step-card p {\n  font-size: 13.5px;\n  color: var(--grey-500);\n  line-height: 1.65;\n}\n\n\/* \u2500\u2500\u2500 COST BREAKDOWN \u2500\u2500\u2500 *\/\n.cost-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n}\n.cost-card {\n  background: var(--white);\n  border: 1px solid var(--grey-100);\n  border-radius: var(--radius);\n  padding: 28px;\n}\n.cost-card.featured {\n  border-color: var(--brand);\n  border-width: 2px;\n  position: relative;\n}\n.cost-card.featured::before {\n  content: 'Most popular';\n  position: absolute;\n  top: -11px;\n  left: 20px;\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--white);\n  background: var(--brand);\n  padding: 3px 12px;\n  border-radius: var(--radius-xs);\n}\n.cost-card h3 {\n  font-family: var(--font-heading);\n  font-size: 18px;\n  font-weight: 700;\n  margin-bottom: 6px;\n}\n.cost-card .price {\n  font-family: var(--font-heading);\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--brand);\n  margin-bottom: 4px;\n}\n.cost-card .price-note {\n  font-size: 12px;\n  color: var(--grey-500);\n  margin-bottom: 16px;\n}\n.cost-card ul {\n  list-style: none;\n  margin-bottom: 20px;\n}\n.cost-card li {\n  font-size: 13.5px;\n  color: var(--grey-700);\n  padding: 6px 0;\n  padding-left: 20px;\n  position: relative;\n}\n.cost-card li::before {\n  content: '\u2713';\n  position: absolute;\n  left: 0;\n  color: var(--green);\n  font-weight: 700;\n  font-size: 13px;\n}\n\n\/* \u2500\u2500\u2500 FINANCE \u2500\u2500\u2500 *\/\n.finance-box {\n  background: var(--dark);\n  border-radius: var(--radius);\n  padding: 48px;\n  display: grid;\n  grid-template-columns: 1.2fr 1fr;\n  gap: 40px;\n  align-items: center;\n}\n.finance-box h2 {\n  font-family: var(--font-heading);\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--white);\n  margin-bottom: 14px;\n  line-height: 1.2;\n}\n.finance-box p {\n  font-size: 15px;\n  color: var(--grey-300);\n  line-height: 1.7;\n  margin-bottom: 24px;\n}\n.finance-box .btn { margin-top: 8px; }\n.finance-calc {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: var(--radius);\n  padding: 28px;\n}\n.finance-calc h4 {\n  font-family: var(--font-heading);\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--white);\n  margin-bottom: 16px;\n}\n.finance-row {\n  display: flex;\n  justify-content: space-between;\n  padding: 10px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.06);\n}\n.finance-row:last-child { border-bottom: none; }\n.finance-row .label {\n  font-size: 13px;\n  color: var(--grey-300);\n}\n.finance-row .value {\n  font-family: var(--font-mono);\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--white);\n}\n.finance-row .value.highlight { color: var(--brand); font-weight: 700; }\n\n\/* \u2500\u2500\u2500 BRAND STRIP \u2500\u2500\u2500 *\/\n.brand-strip {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  gap: 12px;\n}\n.brand-pill {\n  background: var(--white);\n  border: 1px solid var(--grey-100);\n  border-radius: var(--radius);\n  padding: 20px 12px;\n  text-align: center;\n  text-decoration: none;\n  color: inherit;\n  transition: all 0.2s;\n}\n.brand-pill:hover {\n  border-color: var(--brand);\n  box-shadow: var(--shadow-sm);\n}\n.brand-pill h4 {\n  font-family: var(--font-heading);\n  font-size: 13px;\n  font-weight: 700;\n  color: var(--dark);\n  margin-bottom: 2px;\n}\n.brand-pill span {\n  font-size: 11px;\n  color: var(--grey-500);\n}\n\n\/* \u2500\u2500\u2500 GUIDE CARDS \u2500\u2500\u2500 *\/\n.guide-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n.guide-card {\n  background: var(--white);\n  border: 1px solid var(--grey-100);\n  border-radius: var(--radius);\n  padding: 24px;\n  text-decoration: none;\n  color: inherit;\n  transition: all 0.2s;\n}\n.guide-card:hover {\n  border-color: var(--brand);\n  box-shadow: var(--shadow-md);\n  transform: translateY(-2px);\n}\n.guide-tag {\n  font-family: var(--font-mono);\n  font-size: 10px;\n  font-weight: 500;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  padding: 3px 8px;\n  border-radius: 3px;\n  display: inline-block;\n  margin-bottom: 12px;\n}\n.gt-cost { background: var(--green-light); color: var(--green); }\n.gt-guide { background: var(--blue-light); color: var(--blue); }\n.gt-finance { background: var(--amber-light); color: var(--amber); }\n.gt-compare { background: var(--brand-light); color: var(--brand); }\n.guide-card h3 {\n  font-family: var(--font-heading);\n  font-size: 16px;\n  font-weight: 700;\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n.guide-card p {\n  font-size: 13px;\n  color: var(--grey-500);\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500\u2500 CTA \u2500\u2500\u2500 *\/\n.cta-section {\n  background: var(--brand);\n  padding: 56px 24px;\n  text-align: center;\n}\n.cta-section h2 {\n  font-family: var(--font-heading);\n  font-size: 28px;\n  font-weight: 800;\n  color: var(--white);\n  margin-bottom: 10px;\n}\n.cta-section p {\n  font-size: 15px;\n  color: rgba(255,255,255,0.8);\n  margin-bottom: 24px;\n}\n\n\/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n.site-footer {\n  background: var(--dark);\n  padding: 56px 24px 28px;\n  color: var(--grey-300);\n}\n.footer-inner { max-width: var(--max-width); margin: 0 auto; }\n.footer-grid {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr 1fr 1fr;\n  gap: 40px;\n  margin-bottom: 40px;\n}\n.footer-brand .logo { margin-bottom: 12px; }\n.footer-brand p {\n  font-size: 13px;\n  color: var(--grey-500);\n  line-height: 1.7;\n}\n.footer-col h4 {\n  font-family: var(--font-heading);\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.2px;\n  color: var(--grey-300);\n  margin-bottom: 14px;\n}\n.footer-col a {\n  display: block;\n  font-size: 13px;\n  color: var(--grey-500);\n  text-decoration: none;\n  padding: 3px 0;\n  transition: color 0.2s;\n}\n.footer-col a:hover { color: var(--brand); }\n.footer-bottom {\n  border-top: 1px solid rgba(255,255,255,0.08);\n  padding-top: 20px;\n  display: flex;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n.footer-bottom p, .footer-bottom a {\n  font-size: 11px;\n  color: var(--grey-500);\n  text-decoration: none;\n}\n.footer-links { display: flex; gap: 18px; }\n\n\/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n@media (max-width: 900px) {\n  .hero h1 { font-size: 32px; }\n  .stat-bar-inner { grid-template-columns: repeat(2, 1fr); }\n  .steps-grid, .guide-grid { grid-template-columns: 1fr; }\n  .cost-grid { grid-template-columns: 1fr; }\n  .finance-box { grid-template-columns: 1fr; padding: 32px 24px; }\n  .brand-strip { grid-template-columns: repeat(3, 1fr); }\n  .footer-grid { grid-template-columns: 1fr 1fr; }\n  nav { display: none; }\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-label\">New boiler? Sorted.<\/div>\n    <h1>Get a new boiler installed at a <em>fixed price.<\/em><\/h1>\n    <p>Find out exactly what a new boiler costs, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. No hidden fees, no call-outs, no haggling.<\/p>\n    <div class=\"hero-btns\">\n      <a href=\"\/get-a-quote\/\" class=\"btn btn-primary\">Get a fixed-price quote &rarr;<\/a>\n      <a href=\"\/new-boiler-cost-uk\/\" class=\"btn btn-outline\">What does a new boiler cost?<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STAT BAR -->\n<div class=\"stat-bar\">\n  <div class=\"stat-bar-inner\">\n    <div class=\"stat-item\">\n      <div class=\"stat-number\">&pound;2,000 <span>&ndash;<\/span> &pound;4,000<\/div>\n      <div class=\"stat-label\">Typical installed cost (2026)<\/div>\n    <\/div>\n    <div class=\"stat-item\">\n      <div class=\"stat-number\">0% <span>APR<\/span><\/div>\n      <div class=\"stat-label\">Finance available on most models<\/div>\n    <\/div>\n    <div class=\"stat-item\">\n      <div class=\"stat-number\">1 <span>day<\/span><\/div>\n      <div class=\"stat-label\">Most installations completed same day<\/div>\n    <\/div>\n    <div class=\"stat-item\">\n      <div class=\"stat-number\">10 <span>year<\/span><\/div>\n      <div class=\"stat-label\">Warranty on leading brands<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- HOW IT WORKS -->\n<section class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">How it works<\/div>\n    <h2 class=\"section-title\">From broken boiler to fixed price in 90 seconds.<\/h2>\n    <p class=\"section-desc\">Getting a new boiler does not need to be complicated. Modern online installers have made the process faster, cheaper, and more transparent than going through a traditional heating engineer.<\/p>\n\n    <div class=\"steps-grid\">\n      <div class=\"step-card\">\n        <div class=\"step-num\">Step 01<\/div>\n        <h3>Tell us about your home<\/h3>\n        <p>Answer a few questions about your property size, number of bathrooms, and current heating setup. This takes about 90 seconds and determines what boiler size you need.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">Step 02<\/div>\n        <h3>Get a fixed price<\/h3>\n        <p>See an all-inclusive installation price with no hidden extras. The quote covers the boiler, installation, system flush, magnetic filter, carbon monoxide alarm, and old boiler removal.<\/p>\n      <\/div>\n      <div class=\"step-card\">\n        <div class=\"step-num\">Step 03<\/div>\n        <h3>Book your installation<\/h3>\n        <p>Choose a date that works for you. Most installations are completed in a single day by a Gas Safe registered engineer. Pay upfront or spread the cost with 0% finance.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- COSTS -->\n<section class=\"section section-alt\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Boiler costs<\/div>\n    <h2 class=\"section-title\">What does a new boiler actually cost in 2026?<\/h2>\n    <p class=\"section-desc\">Prices depend on the brand, model, and complexity of installation. Here is what most UK homeowners pay, including fitting.<\/p>\n\n    <div class=\"cost-grid\">\n      <div class=\"cost-card featured\">\n        <h3>Combi Boiler<\/h3>\n        <div class=\"price\">&pound;2,000 &ndash; &pound;3,500<\/div>\n        <div class=\"price-note\">Installed, including all labour and parts<\/div>\n        <ul>\n          <li>Heats water on demand, no tank needed<\/li>\n          <li>Best for 1-2 bathroom homes<\/li>\n          <li>Compact, fits inside a kitchen cupboard<\/li>\n          <li>Worcester Bosch, Vaillant, Ideal from &pound;2,000<\/li>\n          <li>0% finance from &pound;56\/month<\/li>\n        <\/ul>\n        <a href=\"\/best-combi-boiler-uk\/\" class=\"btn btn-primary\" style=\"width:100%;justify-content:center;\">Compare combi boilers &rarr;<\/a>\n      <\/div>\n      <div class=\"cost-card\">\n        <h3>System Boiler<\/h3>\n        <div class=\"price\">&pound;2,500 &ndash; &pound;4,500<\/div>\n        <div class=\"price-note\">Installed, including cylinder<\/div>\n        <ul>\n          <li>Works with a hot water cylinder<\/li>\n          <li>Best for 3+ bathroom homes<\/li>\n          <li>Supplies multiple taps simultaneously<\/li>\n          <li>Higher upfront cost, lower running costs<\/li>\n          <li>0% finance from &pound;70\/month<\/li>\n        <\/ul>\n        <a href=\"\/best-system-boiler-uk\/\" class=\"btn btn-white\" style=\"width:100%;justify-content:center;border:1.5px solid var(--grey-300);\">Compare system boilers &rarr;<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FINANCE -->\n<section class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"finance-box\">\n      <div>\n        <div class=\"section-label\" style=\"color:var(--brand);\">Boiler finance<\/div>\n        <h2>Can&#8217;t afford &pound;3,000 upfront? You don&#8217;t have to.<\/h2>\n        <p>Most leading installers now offer 0% APR finance on new boiler installations. Spread the cost over 2-10 years with no interest, no deposit, and no hidden fees. Subject to credit approval.<\/p>\n        <a href=\"\/boiler-on-finance\/\" class=\"btn btn-primary\">Explore finance options &rarr;<\/a>\n      <\/div>\n      <div class=\"finance-calc\">\n        <h4>Example: Worcester Bosch Greenstar 4000<\/h4>\n        <div class=\"finance-row\">\n          <span class=\"label\">Boiler + installation<\/span>\n          <span class=\"value\">&pound;2,400<\/span>\n        <\/div>\n        <div class=\"finance-row\">\n          <span class=\"label\">Deposit<\/span>\n          <span class=\"value\">&pound;0<\/span>\n        <\/div>\n        <div class=\"finance-row\">\n          <span class=\"label\">Interest rate<\/span>\n          <span class=\"value\">0% APR<\/span>\n        <\/div>\n        <div class=\"finance-row\">\n          <span class=\"label\">Term<\/span>\n          <span class=\"value\">36 months<\/span>\n        <\/div>\n        <div class=\"finance-row\">\n          <span class=\"label\">Monthly payment<\/span>\n          <span class=\"value highlight\">&pound;66.67\/month<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BRANDS -->\n<section class=\"section section-alt\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Trusted brands<\/div>\n    <h2 class=\"section-title\">All major UK boiler brands available.<\/h2>\n    <p class=\"section-desc\">We cover every major manufacturer. Click any brand for our full guide including models, pricing, warranty terms, and HeatScore ratings.<\/p>\n\n    <div class=\"brand-strip\">\n      <a href=\"\/worcester-bosch-boilers\/\" class=\"brand-pill\">\n        <h4>Worcester Bosch<\/h4>\n        <span>From &pound;2,000 installed<\/span>\n      <\/a>\n      <a href=\"\/vaillant-boilers\/\" class=\"brand-pill\">\n        <h4>Vaillant<\/h4>\n        <span>From &pound;2,100 installed<\/span>\n      <\/a>\n      <a href=\"\/viessmann-boilers\/\" class=\"brand-pill\">\n        <h4>Viessmann<\/h4>\n        <span>From &pound;2,200 installed<\/span>\n      <\/a>\n      <a href=\"\/ideal-boilers\/\" class=\"brand-pill\">\n        <h4>Ideal<\/h4>\n        <span>From &pound;1,800 installed<\/span>\n      <\/a>\n      <a href=\"\/baxi-boilers\/\" class=\"brand-pill\">\n        <h4>Baxi<\/h4>\n        <span>From &pound;1,900 installed<\/span>\n      <\/a>\n      <a href=\"\/alpha-boilers\/\" class=\"brand-pill\">\n        <h4>Alpha<\/h4>\n        <span>From &pound;1,700 installed<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GUIDES -->\n<section class=\"section\">\n  <div class=\"section-inner\">\n    <div class=\"section-label\">Guides &amp; tools<\/div>\n    <h2 class=\"section-title\">Everything you need to know before you buy.<\/h2>\n    <p class=\"section-desc\">Our guides answer every question you have about buying, financing, and installing a new boiler in the UK.<\/p>\n\n    <div class=\"guide-grid\">\n      <a href=\"\/new-boiler-cost-uk\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-cost\">Costs<\/div>\n        <h3>New Boiler Cost UK 2026<\/h3>\n        <p>What a new boiler actually costs including installation, broken down by brand, type, and property size.<\/p>\n      <\/a>\n      <a href=\"\/boiler-on-finance\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-finance\">Finance<\/div>\n        <h3>Boiler on Finance<\/h3>\n        <p>Every finance option explained. 0% deals, monthly payment plans, and how to get the best rate for your credit score.<\/p>\n      <\/a>\n      <a href=\"\/best-combi-boiler-uk\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-compare\">Compare<\/div>\n        <h3>Best Combi Boiler UK<\/h3>\n        <p>Every major combi boiler compared on efficiency, reliability, warranty, and value. HeatScore ratings included.<\/p>\n      <\/a>\n      <a href=\"\/combi-vs-system-vs-regular\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-guide\">Guide<\/div>\n        <h3>Combi vs System vs Regular<\/h3>\n        <p>Which type of boiler is right for your home? A straightforward comparison based on property size and hot water demand.<\/p>\n      <\/a>\n      <a href=\"\/boiler-size-calculator\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-guide\">Tool<\/div>\n        <h3>Boiler Size Calculator<\/h3>\n        <p>Answer a few questions and get an instant recommendation for the right boiler output (kW) for your home.<\/p>\n      <\/a>\n      <a href=\"\/boiler-upgrade-scheme\/\" class=\"guide-card\">\n        <div class=\"guide-tag gt-cost\">Grants<\/div>\n        <h3>Boiler Upgrade Scheme 2026<\/h3>\n        <p>How to claim up to &pound;7,500 toward a new heat pump or boiler through the government BUS grant.<\/p>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta-section\">\n  <h2>Ready to get a fixed price?<\/h2>\n  <p>Answer a few questions and get an all-inclusive boiler installation quote in 90 seconds.<\/p>\n  <a href=\"\/get-a-quote\/\" class=\"btn btn-white\">Get your quote &rarr;<\/a>\n<\/section>\n\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>New Boiler UK 2026 | Costs, Finance &#038; Fixed-Price Installation | HomeBoiler.co.uk New boiler? Sorted. Get a new boiler installed at a fixed price. Find out exactly what a new boiler costs, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. No hidden fees, no call-outs, no haggling. Get a fixed-price &#8230; <a title=\"Home\" class=\"read-more\" href=\"https:\/\/homeboiler.co.uk\/\" aria-label=\"Read more about Home\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New Boiler Cost UK 2026 | Fixed-Price Installation &amp; 0% Finance | HomeBoiler.co.uk<\/title>\n<meta name=\"description\" content=\"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/homeboiler.co.uk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Boiler Cost UK 2026 | Fixed-Price Installation &amp; 0% Finance | HomeBoiler.co.uk\" \/>\n<meta property=\"og:description\" content=\"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/homeboiler.co.uk\/\" \/>\n<meta property=\"og:site_name\" content=\"HomeBoiler.co.uk\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T09:34:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/homeboiler.co.uk\\\/\",\"url\":\"https:\\\/\\\/homeboiler.co.uk\\\/\",\"name\":\"New Boiler Cost UK 2026 | Fixed-Price Installation & 0% Finance | HomeBoiler.co.uk\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/homeboiler.co.uk\\\/#website\"},\"datePublished\":\"2026-04-17T09:32:40+00:00\",\"dateModified\":\"2026-04-17T09:34:39+00:00\",\"description\":\"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/homeboiler.co.uk\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/homeboiler.co.uk\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/homeboiler.co.uk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/homeboiler.co.uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/homeboiler.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/homeboiler.co.uk\\\/\",\"name\":\"HomeBoiler.co.uk\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/homeboiler.co.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New Boiler Cost UK 2026 | Fixed-Price Installation & 0% Finance | HomeBoiler.co.uk","description":"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/homeboiler.co.uk\/","og_locale":"en_US","og_type":"article","og_title":"New Boiler Cost UK 2026 | Fixed-Price Installation & 0% Finance | HomeBoiler.co.uk","og_description":"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.","og_url":"https:\/\/homeboiler.co.uk\/","og_site_name":"HomeBoiler.co.uk","article_modified_time":"2026-04-17T09:34:39+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/homeboiler.co.uk\/","url":"https:\/\/homeboiler.co.uk\/","name":"New Boiler Cost UK 2026 | Fixed-Price Installation & 0% Finance | HomeBoiler.co.uk","isPartOf":{"@id":"https:\/\/homeboiler.co.uk\/#website"},"datePublished":"2026-04-17T09:32:40+00:00","dateModified":"2026-04-17T09:34:39+00:00","description":"Need a new boiler? See exactly what it costs in 2026, compare 0% finance options, and get a fixed-price installation quote in 90 seconds. All major brands, no hidden fees.","breadcrumb":{"@id":"https:\/\/homeboiler.co.uk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/homeboiler.co.uk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/homeboiler.co.uk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/homeboiler.co.uk\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/homeboiler.co.uk\/#website","url":"https:\/\/homeboiler.co.uk\/","name":"HomeBoiler.co.uk","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/homeboiler.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":2,"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":15,"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/15"}],"wp:attachment":[{"href":"https:\/\/homeboiler.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}