<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fire Risk Assessment Chester | Fletcher Risk Management</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<style>*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--red:#c0392b;--red-dark:#a93226;--black:#111111;--ink:#1a1a1a;--body:#2e2a2a;--mid:#666666;--subtle:#999999;--rule:#e4e0dc;--light:#f7f6f4;--white:#ffffff;--font-head:'Raleway',sans-serif;--font-body:'Lora',Georgia,serif}
html{font-size:17px}
body{background:var(--white);color:var(--body);font-family:var(--font-body);line-height:1.78;-webkit-font-smoothing:antialiased}
a{color:var(--red);text-decoration:none}
a:hover{text-decoration:underline}
.u-wrap{max-width:860px;margin:0 auto;padding:0 32px}
.u-label{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);display:block;margin-bottom:12px}
.u-link{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25);transition:border-color .2s}
.u-link:hover{border-color:var(--red);text-decoration:none}
.hero{background:var(--black);padding:72px 32px 64px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.015) 2px,rgba(255,255,255,.015) 4px);pointer-events:none}
.hero::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--red)}
.hero__inner{max-width:860px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:start;position:relative}
.hero__eyebrow{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:20px;display:flex;align-items:center;gap:10px}
.hero__eyebrow::before{content:'';display:block;width:24px;height:1px;background:var(--red);flex-shrink:0}
.hero__h1{font-family:var(--font-head);font-weight:900;font-size:clamp(32px,5.5vw,54px);line-height:1.05;color:var(--white);margin-bottom:10px;letter-spacing:-.02em}
.hero__price{font-family:var(--font-head);font-size:clamp(14px,2vw,18px);font-weight:600;color:rgba(255,255,255,.4);letter-spacing:.04em;margin-bottom:28px}
.hero__price strong{color:var(--red);font-weight:700}
.hero__lede{font-family:var(--font-body);font-size:17px;font-style:italic;color:rgba(255,255,255,.65);line-height:1.7;max-width:520px;margin-bottom:36px}
.hero__btns{display:flex;gap:12px;flex-wrap:wrap}
.btn{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:14px 28px;border-radius:2px;display:inline-block;text-decoration:none!important;transition:background .18s,border-color .18s,color .18s;white-space:nowrap}
.btn--primary{background:var(--red);color:var(--white);border:2px solid var(--red)}
.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark)}
.btn--ghost{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.25)}
.btn--ghost:hover{border-color:rgba(255,255,255,.6)}
.hero__stats{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-top:3px solid var(--red);min-width:220px;flex-shrink:0}
.hero__stat{padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:3px}
.hero__stat:last-child{border-bottom:none}
.hero__stat-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3)}
.hero__stat-value{font-family:var(--font-head);font-size:12px;font-weight:700;color:var(--white);letter-spacing:.02em}
.hero__stat-value--red{color:var(--red)}
.hero__stat-value--gold{color:#f5c518}
@media(max-width:680px){.hero__inner{grid-template-columns:1fr}.hero__stats{display:grid;grid-template-columns:1fr 1fr}}
.trust-bar{background:#1a1a1a;padding:16px 32px;border-bottom:1px solid rgba(255,255,255,.06)}
.trust-bar__inner{max-width:860px;margin:0 auto;display:flex;flex-wrap:wrap;gap:6px 28px;align-items:center}
.trust-item{font-family:var(--font-head);font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.4);white-space:nowrap}
.trust-item strong{color:rgba(255,255,255,.85)}
.trust-item--sep{color:rgba(255,255,255,.12);font-size:14px;font-weight:300}
.section{padding:64px 0;border-top:1px solid var(--rule)}
.section:first-child{border-top:none}
.section__header{margin-bottom:36px}
.section__heading{font-family:var(--font-head);font-size:clamp(22px,3vw,32px);font-weight:800;color:var(--ink);line-height:1.18;letter-spacing:-.01em}
.section__heading em{font-style:italic;color:var(--red);font-weight:700}
.prose p{font-family:var(--font-body);font-size:17px;color:var(--body);line-height:1.8;margin-bottom:18px}
.prose p:last-child{margin-bottom:0}
.callout{background:var(--light);border-left:4px solid var(--red);padding:20px 24px;margin:32px 0;border-radius:0 3px 3px 0}
.callout p{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--ink);line-height:1.65;margin:0 0 6px}
.callout p:last-child{margin-bottom:0}
.callout strong{color:var(--red)}
.stat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin:36px 0}
.stat-item{padding:22px 22px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.stat-item:last-child{border-right:none}
.stat-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--subtle);margin-bottom:6px}
.stat-value{font-family:var(--font-head);font-size:16px;font-weight:800;color:var(--ink);line-height:1.2}
.stat-value--red{color:var(--red)}
.includes{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin:36px 0}
.inc{background:var(--white);padding:24px 26px}
.inc__num{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--red);margin-bottom:10px}
.inc__title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}
.inc__body{font-family:var(--font-body);font-size:14px;color:var(--mid);line-height:1.65}
@media(max-width:560px){.includes{grid-template-columns:1fr}}
.who{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin-top:36px}
.who__card{background:var(--white);padding:26px 28px}
.who__sector{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:8px}
.who__title{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px;line-height:1.3}
.who__body{font-family:var(--font-body);font-size:14px;color:var(--mid);line-height:1.65}
@media(max-width:560px){.who{grid-template-columns:1fr}}
.reviews{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:3px;overflow:hidden;margin-top:36px}
.review{background:var(--white);padding:28px 28px;display:flex;flex-direction:column}
.review__stars{color:var(--red);font-size:12px;letter-spacing:3px;margin-bottom:14px}
.review__quote{font-family:var(--font-body);font-size:14px;font-style:italic;color:var(--body);line-height:1.7;flex:1;margin-bottom:16px}
.review__cite{font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--subtle)}
.review__cite a{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25)}
@media(max-width:560px){.reviews{grid-template-columns:1fr}}
.faq{margin-top:36px}
.faq__item{border-bottom:1px solid var(--rule);padding:22px 0}
.faq__item:first-child{border-top:1px solid var(--rule)}
.faq__q{font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:10px;display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.faq__q::after{content:'▾';color:var(--red);font-size:12px;flex-shrink:0}
.faq__a{font-family:var(--font-body);font-size:15px;color:var(--mid);line-height:1.75}
.faq__a a{color:var(--red);border-bottom:1px solid rgba(192,57,43,.25)}
.svc-list{margin-top:36px;border-top:1px solid var(--rule)}
.svc-row{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-bottom:1px solid var(--rule);text-decoration:none!important;transition:padding-left .2s;gap:20px}
.svc-row:hover{padding-left:8px}
.svc-row__left{display:flex;align-items:baseline;gap:18px}
.svc-row__dash{font-family:var(--font-head);font-size:14px;font-weight:400;color:var(--rule);flex-shrink:0;transition:color .2s}
.svc-row:hover .svc-row__dash{color:var(--red)}
.svc-row__name{font-family:var(--font-head);font-size:16px;font-weight:700;color:var(--ink);transition:color .2s}
.svc-row:hover .svc-row__name{color:var(--red)}
.svc-row--active .svc-row__name{color:var(--red)}
.svc-row--active .svc-row__dash{color:var(--red)}
.svc-row__right{display:flex;align-items:center;gap:20px;flex-shrink:0}
.svc-row__price{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--subtle);letter-spacing:.02em}
.svc-row__arrow{font-family:var(--font-head);font-size:16px;color:var(--rule);transition:color .2s,transform .2s;display:block;width:20px;text-align:right}
.svc-row:hover .svc-row__arrow{color:var(--red);transform:translateX(4px)}
.cta{background:var(--black);padding:64px 32px;position:relative}
.cta::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--red)}
.cta__inner{max-width:860px;margin:0 auto}
.cta__heading{font-family:var(--font-head);font-size:clamp(22px,3vw,30px);font-weight:900;color:var(--white);letter-spacing:-.02em;line-height:1.1;margin-bottom:10px}
.cta__heading em{color:rgba(255,255,255,.4);font-weight:700;font-style:italic}
.cta__sub{font-family:var(--font-body);font-size:16px;color:rgba(255,255,255,.5);margin-bottom:40px;max-width:480px;line-height:1.7}
.cta__options{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:3px;overflow:hidden}
.cta__opt{background:rgba(255,255,255,.03);padding:22px 22px;text-decoration:none!important;display:block;transition:background .15s}
.cta__opt:hover{background:rgba(255,255,255,.07)}
.cta__opt-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:8px;display:block}
.cta__opt-main{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);display:block;margin-bottom:4px}
.cta__opt-sub{font-family:var(--font-body);font-size:12px;color:rgba(255,255,255,.35);font-style:italic}
@media(max-width:560px){.cta__options{grid-template-columns:1fr}}
.disclaimer{background:var(--light);padding:18px 32px;border-top:1px solid var(--rule)}
.disclaimer__inner{max-width:860px;margin:0 auto;font-family:var(--font-body);font-size:12px;color:var(--subtle);font-style:italic;line-height:1.6}
/* Chester-specific enforcement block */
.enforcement{background:var(--ink);color:var(--white);border-radius:3px;padding:32px 36px;margin:36px 0}
.enforcement__heading{font-family:var(--font-head);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:18px}
.enforcement__items{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.08)}
.enforcement__item{background:var(--ink);padding:18px 20px}
.enforcement__item-label{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:6px}
.enforcement__item-value{font-family:var(--font-head);font-size:13px;font-weight:700;color:var(--white);line-height:1.4}
@media(max-width:560px){.enforcement__items{grid-template-columns:1fr}}
</style>
</head>
<body>
<div class="hero">
<div class="hero__inner">
<div class="hero__left">
<p class="hero__eyebrow">Fire Risk Assessment · Chester</p>
<h1 class="hero__h1">Fire risk<br>assessment<br>in Chester.</h1>
<p class="hero__price">From <strong>£295</strong> · Fixed price before the visit</p>
<p class="hero__lede">Chester is our home. We carry out fire risk assessments for businesses, landlords, and property managers across the city and the surrounding Cheshire West area — usually within the week.</p>
<div class="hero__btns">
<a href="/contact-us" class="btn btn--primary">Request a quote</a>
<a href="tel:01244450990" class="btn btn--ghost">01244 450 990</a>
</div>
</div>
<div class="hero__stats">
<div class="hero__stat"><span class="hero__stat-label">Google rating</span><span class="hero__stat-value hero__stat-value--gold">★★★★★ 5.0</span></div>
<div class="hero__stat"><span class="hero__stat-label">Assessor qualification</span><span class="hero__stat-value">ABBE Level 4</span></div>
<div class="hero__stat"><span class="hero__stat-label">Membership</span><span class="hero__stat-value">Fire Protection Association</span></div>
<div class="hero__stat"><span class="hero__stat-label">Assessment from</span><span class="hero__stat-value hero__stat-value--red">£295</span></div>
<div class="hero__stat"><span class="hero__stat-label">Fire door inspection</span><span class="hero__stat-value hero__stat-value--red">£14 per door</span></div>
<div class="hero__stat"><span class="hero__stat-label">Training from</span><span class="hero__stat-value hero__stat-value--red">£395</span></div>
<div class="hero__stat"><span class="hero__stat-label">Insurance</span><span class="hero__stat-value">Full PI cover</span></div>
</div>
</div>
</div>
<div class="trust-bar">
<div class="trust-bar__inner">
<span class="trust-item"><strong>Chester-based</strong> — our home market</span>
<span class="trust-item trust-item--sep">|</span>
<span class="trust-item"><strong>ABBE Level 4</strong> qualified assessors</span>
<span class="trust-item trust-item--sep">|</span>
<span class="trust-item">From <strong>£295</strong> fixed price</span>
<span class="trust-item trust-item--sep">|</span>
<span class="trust-item"><strong>★ 5.0</strong> Google rated</span>
<span class="trust-item trust-item--sep">|</span>
<span class="trust-item"><strong>FPA</strong> member</span>
<span class="trust-item trust-item--sep">|</span>
<span class="trust-item">Full <strong>PI insurance</strong></span>
</div>
</div>
<div class="u-wrap">
<div class="section">
<div class="section__header">
<span class="u-label">Chester fire safety context</span>
<h2 class="section__heading">We're based in Chester. <em>This is our patch.</em></h2>
</div>
<div class="prose">
<p>We cover Chester every week, and for most premises we can turn an assessment around within days, not weeks. If you have a licensing deadline, a new tenancy starting, or an enforcement notice to respond to, that matters.</p>
<p>Chester's building stock is one of the most varied fire safety environments in the North West. The medieval and Jacobean timber frames of the Rows sit alongside Georgian terraces that have been split into flats, Victorian warehouses converted to offices, modern mixed-use blocks, and a large and active hospitality sector centred on the city walls and Foregate Street. Each building type carries its own fire risk profile — and what works in a 1990s business park on Sealand Road is not what works in a Grade II listed conversion on Bridge Street.</p>
<p>Cheshire Fire and Rescue Service is the enforcing authority for Chester, and its inspection programme has become more active in recent years. Responsible persons whose assessment was carried out by a non-specialist, or whose documentation is out of date, are the primary target. An assessment carried out by an assessor without sector-specific experience — or without the ABBE Level 4 qualification — will not withstand scrutiny if an inspector calls.</p>
<p>Chester's HMO and private rented sector is under active regulatory pressure. Cheshire West and Chester Council operates mandatory HMO licensing for properties occupied by five or more unrelated people — and all licensed HMOs are subject to annual inspection. The council expects documentation that meets the competence standard under the Regulatory Reform (Fire Safety) Order 2005. Our ABBE Level 4 qualified assessors produce exactly that — accepted for licensing applications without qualification.</p>
</div>
<div class="enforcement">
<p class="enforcement__heading">Enforcement in Chester — what responsible persons need to know</p>
<div class="enforcement__items">
<div class="enforcement__item"><p class="enforcement__item-label">Enforcing authority</p><p class="enforcement__item-value">Cheshire Fire & Rescue Service</p></div>
<div class="enforcement__item"><p class="enforcement__item-label">Local authority</p><p class="enforcement__item-value">Cheshire West and Chester Council</p></div>
<div class="enforcement__item"><p class="enforcement__item-label">HMO licensing</p><p class="enforcement__item-value">Mandatory licensing for 5+ person HMOs — annual inspection of all licensed properties</p></div>
<div class="enforcement__item"><p class="enforcement__item-label">Legislation</p><p class="enforcement__item-value">Regulatory Reform (Fire Safety) Order 2005</p></div>
<div class="enforcement__item"><p class="enforcement__item-label">Higher-risk buildings</p><p class="enforcement__item-value">Building Safety Act 2022 applies to residential blocks 18m+</p></div>
<div class="enforcement__item"><p class="enforcement__item-label">Our response time</p><p class="enforcement__item-value">Usually within the week — call to confirm</p></div>
</div>
</div>
<div class="stat-strip">
<div class="stat-item"><p class="stat-label">Assessment from</p><p class="stat-value stat-value--red">£295</p></div>
<div class="stat-item"><p class="stat-label">Fire door inspection</p><p class="stat-value">£14 per door</p></div>
<div class="stat-item"><p class="stat-label">Fire authority</p><p class="stat-value">Cheshire Fire & Rescue</p></div>
<div class="stat-item"><p class="stat-label">Local authority</p><p class="stat-value">Cheshire West and Chester Council</p></div>
</div>
<div class="callout">
<p><strong>Urgent assessment needed?</strong> Chester is our home base — we carry out assessments here every week, and urgent bookings can often be accommodated within two to three working days. Call 01244 450 990 to check current availability.</p>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">Chester's fire safety environment</span>
<h2 class="section__heading">Chester's buildings are not <em>straightforward.</em></h2>
</div>
<div class="prose">
<p>A fire risk assessment for a modern open-plan office on a Cheshire business park is relatively predictable. Chester's city centre is not. The Rows present a genuinely unusual risk environment — galleried walkways linking buildings at first-floor level, shared means of escape, ancient party walls, and the accumulated adaptation of structures that have been in continuous commercial use for centuries. Our assessors know this environment and have worked in it.</p>
<p>The city's hospitality sector — hotels, restaurants, and bars concentrated around Eastgate Street, Northgate, and the river — brings a sleeping-risk and late-night occupancy profile that requires a different assessment approach to a daytime commercial premises. Chester also has a significant care sector, a large student population, and a substantial HMO conversion market in the Victorian and Edwardian terraces of streets such as Hoole Road, Boughton, and Newton. Each presents distinct obligations under the FSO.</p>
<p>Listed building status adds a further layer of complexity for a significant proportion of Chester's commercial stock. Fire safety improvements cannot simply be designed in without regard to planning and listed building consent — our assessors work with the building as it is, producing pragmatic, actionable recommendations, not a list of interventions that a listed building officer would refuse.</p>
</div>
<div class="callout">
<p><strong>Listed buildings and the FSO:</strong> The Regulatory Reform (Fire Safety) Order 2005 applies to listed buildings in exactly the same way as any other premises. The existence of listed building constraints does not reduce the responsible person's obligations — it changes how those obligations can be met. Our assessors are experienced in producing recommendations that are both compliant and deliverable in a heritage context.</p>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">What the assessment includes</span>
<h2 class="section__heading">Everything the FSO requires. <em>Nothing generic.</em></h2>
</div>
<div class="includes">
<div class="inc"><p class="inc__num">01 — Hazard identification</p><p class="inc__title">Sources of ignition, fuel, and oxygen</p><p class="inc__body">Every ignition source and fuel load in your building identified and assessed — specific to your premises, not a category checklist.</p></div>
<div class="inc"><p class="inc__num">02 — People at risk</p><p class="inc__title">All occupants, including those needing assistance</p><p class="inc__body">Staff, residents, visitors, contractors — and specifically those who may need assistance to evacuate. PEEP provisions assessed where required.</p></div>
<div class="inc"><p class="inc__num">03 — Existing precautions</p><p class="inc__title">Detection, escape routes, doors, lighting, equipment</p><p class="inc__body">Every element of fire safety provision evaluated against the standard appropriate for your building type and occupancy — specific findings, specific locations.</p></div>
<div class="inc"><p class="inc__num">04 — Management arrangements</p><p class="inc__title">Training, maintenance, evacuation plan</p><p class="inc__body">Your fire safety management reviewed — training records, maintenance schedules, evacuation procedure, fire safety policy — not just the physical building.</p></div>
<div class="inc"><p class="inc__num">05 — Written report</p><p class="inc__title">Specific findings, prioritised action plan</p><p class="inc__body">A building-specific written report with every finding named, located, and prioritised. Usable by the responsible person, their contractors, their insurer, and the fire authority.</p></div>
<div class="inc"><p class="inc__num">06 — Review date</p><p class="inc__title">When to review and what triggers early review</p><p class="inc__body">Clear guidance on the review schedule and the specific circumstances — refurbishment, change of use, near-miss — that require an earlier review.</p></div>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">Who we work with in Chester</span>
<h2 class="section__heading">Every premises type has its own <em>obligations and risks.</em></h2>
</div>
<div class="who">
<div class="who__card"><p class="who__sector">HMO & residential landlords</p><p class="who__title">HMO landlords across Chester</p><p class="who__body">Chester's Victorian and Edwardian terraces — Hoole Road, Boughton, Handbridge, Newton — are heavily converted. Cheshire West and Chester Council operates mandatory HMO licensing for 5+ person properties, with annual inspections of all licensed premises. Our ABBE Level 4 documentation is accepted for licensing applications without qualification. From £295.</p></div>
<div class="who__card"><p class="who__sector">Managing agents</p><p class="who__title">Residential blocks and BSA 2022 portfolios</p><p class="who__body">Purpose-built and converted residential blocks across Chester, including higher-risk buildings under the Building Safety Act 2022. Portfolio pricing available for managing agents with multiple sites.</p></div>
<div class="who__card"><p class="who__sector">Hotels & hospitality</p><p class="who__title">Hotels, restaurants, and bars in Chester</p><p class="who__body">Chester's tourism and hospitality sector is substantial — hotels on the ring road, bars and restaurants inside the walls, and guest houses throughout the city. Sleeping risk assessments with specific attention to night-time staffing and evacuation strategy.</p></div>
<div class="who__card"><p class="who__sector">Care & healthcare</p><p class="who__title">Care homes and healthcare premises</p><p class="who__body">Care homes, GP surgeries, and healthcare premises across Chester and Cheshire West. CQC-ready documentation, PEEP review, and progressive horizontal evacuation strategy included as standard.</p></div>
<div class="who__card"><p class="who__sector">Offices & commercial</p><p class="who__title">Commercial premises in the city centre and beyond</p><p class="who__body">City centre offices, Foregate Street retail, business park commercial units, and multi-tenancy premises across Chester. Shared escape route assessments and multi-occupancy documentation included.</p></div>
<div class="who__card"><p class="who__sector">The Rows & heritage premises</p><p class="who__title">Listed buildings and heritage commercial stock</p><p class="who__body">Chester's listed and heritage commercial stock presents a specific fire safety challenge. Our assessors produce pragmatic, actionable recommendations that work within the constraints of listed building status — not a wish list that heritage officers would refuse.</p></div>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">What our clients say</span>
<h2 class="section__heading">★★★★★ <em>5.0 on Google.</em></h2>
</div>
<div class="reviews">
<div class="review"><p class="review__stars">★★★★★</p><blockquote class="review__quote">"Without doubt one of the best and most professional businesses I have used. Tim Fletcher is a highly regarded professional in his field. Don’t take a chance — protect your staff, protect your building, protect your business."</blockquote><span class="review__cite">Chris H. · <a href="https://g.co/kgs/fletcherrisk">Google Review</a></span></div>
<div class="review"><p class="review__stars">★★★★★</p><blockquote class="review__quote">"I recently asked Tim to carry out a Fire Risk Assessment on my guest house in Chester. I found both Tim and the service he provides to be excellent. He is clear and concise and is very good at debunking the jargon. He tells you things as they are."</blockquote><span class="review__cite">Iain Lynas · <a href="https://g.co/kgs/fletcherrisk">Google Review</a></span></div>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">Common questions</span>
<h2 class="section__heading">Fire risk assessments in Chester — <em>your questions answered.</em></h2>
</div>
<div class="faq">
<div class="faq__item"><p class="faq__q">How much does a fire risk assessment cost in Chester?</p><p class="faq__a">From £295 for smaller premises. Fixed price before the visit — no revisions on the day. See our <a class="u-link" href="/fire-safety-advice/how-much-should-a-fire-risk-assessment-cost-in-2026">full pricing guide</a> or call 01244 450 990 to discuss your specific premises.</p></div>
<div class="faq__item"><p class="faq__q">Are your assessments accepted for HMO licensing applications in Chester?</p><p class="faq__a">Yes. Cheshire West and Chester Council operates mandatory HMO licensing for properties occupied by five or more unrelated people sharing facilities. All licensed HMOs are subject to annual inspection. Our ABBE Level 4 qualified assessors produce documentation that meets the council's competence standard — accepted for licensing applications without qualification.</p></div>
<div class="faq__item"><p class="faq__q">How quickly can you carry out an assessment in Chester?</p><p class="faq__a">Chester is our home base — we work here every week. Standard bookings are usually within one to two weeks. For urgent requirements, call 01244 450 990 and we will confirm what we can do.</p></div>
<div class="faq__item"><p class="faq__q">Do you assess listed buildings and heritage premises in Chester?</p><p class="faq__a">Yes. A significant proportion of Chester's commercial and residential stock is listed or in a conservation area. The FSO applies in full regardless of listed building status — our assessors are experienced in working within heritage constraints and producing recommendations that are both compliant and deliverable.</p></div>
<div class="faq__item"><p class="faq__q">What does the fire risk assessment report include?</p><p class="faq__a">A building-specific written report covering all hazards, people at risk, existing precautions, and management arrangements — with a prioritised action plan specific to your building. See our article on <a class="u-link" href="/fire-safety-advice/what-a-good-fire-risk-assessment-actually-looks-like">what a good fire risk assessment actually looks like</a>.</p></div>
<div class="faq__item"><p class="faq__q">Do you cover other fire safety services in Chester?</p><p class="faq__a">Yes — we cover Chester for a range of fire safety services. A <a class="u-link" href="/fire-door-inspection-chester">fire door inspection</a> can often be carried out on the same visit as the assessment. We also offer <a class="u-link" href="/fire-safety-training-chester">fire safety training</a>, <a class="u-link" href="/fire-evacuation-plan-chester">fire evacuation plans</a>, <a class="u-link" href="/fire-safety-policy-chester">fire safety policies</a>, and <a class="u-link" href="/evacuation-chair-training-chester">evacuation chair training</a>.</p></div>
</div>
</div>
<div class="section">
<div class="section__header">
<span class="u-label">Other services in Chester</span>
<h2 class="section__heading">Some other services <em>we offer in Chester.</em></h2>
</div>
<div class="svc-list">
<a href="/fire-risk-assessment" class="svc-row svc-row--active"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Risk Assessment</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
<a href="/fire-door-inspection-chester" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Door Inspection</span></div><div class="svc-row__right"><span class="svc-row__price">From £14 per door</span><span class="svc-row__arrow">→</span></div></a>
<a href="/fire-safety-training-chester" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Safety Training</span></div><div class="svc-row__right"><span class="svc-row__price">From £395</span><span class="svc-row__arrow">→</span></div></a>
<a href="/fire-evacuation-plan-chester" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Evacuation Plan</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
<a href="/fire-safety-policy-chester" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Fire Safety Policy</span></div><div class="svc-row__right"><span class="svc-row__price">From £295</span><span class="svc-row__arrow">→</span></div></a>
<a href="/evacuation-chair-training-chester" class="svc-row"><div class="svc-row__left"><span class="svc-row__dash">—</span><span class="svc-row__name">Evacuation Chair Training</span></div><div class="svc-row__right"><span class="svc-row__price">From £395</span><span class="svc-row__arrow">→</span></div></a>
</div>
</div>
</div>
<div class="cta">
<div class="cta__inner">
<h2 class="cta__heading">Fire risk assessment<br>in Chester. <em>From £295.</em></h2>
<p class="cta__sub">Fixed price before the visit. ABBE Level 4 qualified assessors based in Chester, covering the city and the surrounding Cheshire West area every week.</p>
<div class="cta__options">
<a href="tel:01244450990" class="cta__opt"><span class="cta__opt-label">Call us</span><span class="cta__opt-main">01244 450 990</span><span class="cta__opt-sub">Monday – Friday, 9am – 5pm</span></a>
<a href="mailto:hello@fletcherrisk.co.uk" class="cta__opt"><span class="cta__opt-label">Email us</span><span class="cta__opt-main">hello@fletcherrisk.co.uk</span><span class="cta__opt-sub">Tell us your premises type and postcode</span></a>
<a href="/contact-us" class="cta__opt"><span class="cta__opt-label">Contact form</span><span class="cta__opt-main">fletcherrisk.co.uk/contact-us</span><span class="cta__opt-sub">We respond within one working day</span></a>
</div>
</div>
</div>
<div class="disclaimer">
<div class="disclaimer__inner">
Fletcher Risk Management Ltd is registered in England and based in Chester. Cheshire Fire & Rescue is the enforcing authority for Chester. This page provides general guidance on fire risk assessment obligations and does not constitute legal advice specific to your premises.
</div>
</div>
</body>
</html>