Blog ·Guide·June 2026

How to Check the Planning History of a Property

Before you buy, renovate, or value a property, its planning history tells you what's been approved, refused, or enforced against it. Here's how to find every record — fast, and across every UK council at once.

Why planning history matters

A property's planning history is its paper trail with the local authority: every application to extend, convert, demolish or change its use, plus the council's decision on each. It matters to very different people for the same underlying reason — it reveals what you can and can't do with the building, and whether anything is wrong.

What "planning history" actually includes

It's more than just "did they get permission." A complete history covers:

A refused or withdrawn application isn't always bad news — but an enforcement notice or unbuilt-but-required condition is a genuine red flag worth investigating before exchange.

The slow way: one council portal at a time

The traditional route is to find the right local authority, open their online planning portal (most run Idox, Northgate or similar), and search by address. It works, but it's painful: every council's portal looks and behaves differently, search is fiddly, results are inconsistent, and if the property sits near a boundary you may need to check two authorities. For anyone doing this more than occasionally — conveyancers, surveyors, proptech teams — it doesn't scale.

The fast way: search by address or postcode, everywhere at once

PlanWire normalises planning data from every UK planning authority into one consistent format, so you can look up a property's full history with a single query — by address or postcode — without caring which council it belongs to.

bash · every application at a postcode
curl "https://api.planwire.io/v1/applications\
?postcode=SW1A%201AA\
&limit=50" \
  -H "X-API-Key: your_api_key"

Each result returns the application reference, full address, description of works, the application type, the decision and decision date, any conditions, and a direct link back to the council portal where you can view the drawings and the formal decision notice.

Reading the results

The single most useful field is status — but councils phrase it dozens of different ways ("Permitted", "Grant", "Approve with conditions", "Refused", "PER", "REF"). PlanWire normalises these so a refusal always reads as a refusal. If you're interpreting raw statuses yourself, our breakdown of UK planning status codes explains what each one means.

When you scan a history, look for:

Doing it at scale

A homeowner checking one property is well served by a single lookup. But if you're a conveyancing firm running checks on every transaction, a surveyor pulling history into reports, or a proptech product enriching listings, you want this automated. The typical setup is to query PlanWire by the property's postcode or coordinates as part of your existing workflow, cache the result, and surface it in your report or CRM — no manual portal-hopping.

If you're tracking activity across a whole area rather than one address, you can also set up planning alerts so new applications land in your inbox or webhook as they're submitted.

A note on what the data can and can't tell you

Planning records show the property, the proposed works, and the council's decision — they don't include the owner's personal contact details, and they won't confirm that approved work was actually built to spec (only a site visit or building-control records do that). Treat planning history as the authoritative record of permissions, and pair it with Land Registry and building-control checks for the full picture.

Check any property's planning history

Free preview of any area's planning data. Full address & postcode search across every UK council on a paid plan.

Get an API key →