The UK register is the one most data teams treat as solved. It is free, it has an API, and it has published beneficial ownership since 2016. That reputation is now doing real damage — because Companies House is halfway through the largest rebuild in its history, and two of the changes alter what your UK data actually means.
The first lands in November 2026, when every director and person with significant control on the register must be identity-verified. The second lands on 1 April 2028, when small companies start filing a profit and loss account they can choose not to publish.
One of those makes UK data better. The other makes part of it disappear. This guide covers how the register works, what you can pull and how, where it stops, and what to plan for. Everything here is sourced from Companies House and GOV.UK primary material, with secondary sources named where used.
The short version
- 5,516,377 companies on the register at the end of June 2026, across England and Wales, Scotland and Northern Ireland.
- Free and open — REST API, Streaming API, free monthly CSV snapshot, daily PSC data, free accounts downloads. Still unusual internationally.
- Identity verification became law on 18 November 2025. The 12-month transition closes in November 2026.
- The officer record now carries a verification status field. Use it.
- PSC data stops at the first UK corporate parent. Chains leaving the UK are not traced for you.
- From 1 April 2028, accounts are software-only in iXBRL, abridged accounts end, and small-company P&L becomes mandatory to file with an opt-out from publication.
- June 2026 register growth was an IT outage, not a formation surge. Do not model it as demand.
What Companies House is, and what makes it unusual
Companies House is the UK registrar of companies and an executive agency of the Department for Business and Trade. It registers every corporate body formed under the Companies Act 2006 across three jurisdictions — England and Wales, Scotland, and Northern Ireland — and publishes almost all of it free of charge.
Two features make it genuinely different from most of Europe. Company accounts are public for companies of every size, which is not true in Germany’s neighbourhood to nearly the same degree and is flatly not true in Switzerland. And beneficial ownership has been publicly readable since 2016, which the EU no longer offers after the 2022 CJEU ruling closed public access across the bloc — covered in our guide to which countries publish UBO data.
That openness is the reason UK data underpins so many cross-border products. It is also why a change to the UK register propagates further than a change almost anywhere else.
| Jurisdiction | Companies on register, end June 2026 | Net change in quarter |
|---|---|---|
| England and Wales | 5,147,747 | +33,568 |
| Scotland | 278,477 | +3,168 |
| Northern Ireland | 90,153 | +603 |
| United Kingdom | 5,516,377 | +37,339 |
Reading the register statistics without being misled
Before anything else, a warning about the most recent quarter, because it will quietly corrupt any UK trend model built this year.
Companies House online services were unavailable between 12 and 16 June 2026 and strike-off processing was paused. June recorded 27,717 strike-offs against 66,206 in April and 62,592 in May, while incorporations held at 63,137. Net register change for June was +35,970, against +1,405 in April and −36 in May.
Read as an economic series, that looks like a formation boom. It is an operational backlog. This is the same class of error as the Swiss insolvency spike of 2025 — a register artefact wearing the clothes of a market signal.
A second discontinuity in the same release
The April–June 2026 publication is the first in a new format. Monthly figures are now published alongside quarterly totals, the number of companies added and removed each month is reconciled to the change in register size, and strike-off and dissolution appear as separate stages for the first time. If you hold a UK register time series that predates this release, it is not directly comparable to what follows.
Legal forms, and what a company number tells you
Two pieces of housekeeping that decide whether your matching works. The register is not only private limited companies, and the company number is not an opaque key — it encodes jurisdiction and, often, entity type.
The company number
Every entity gets a company registration number (CRN) at incorporation. It never changes, even when the name does, which makes it the only reliable join key for UK data. It is always eight characters: either eight digits, or a two-letter prefix followed by six digits.
| Format | Entity | Example |
|---|---|---|
######## | Company registered in England and Wales | 01234567 |
SC###### | Scottish company | SC123456 |
NI###### | Northern Ireland company | NI123456 |
OC###### | LLP, England and Wales | OC123456 |
SO###### | LLP, Scotland | SO123456 |
NC###### | LLP, Northern Ireland | NC123456 |
LP / SL / NL | Limited partnership — England and Wales, Scotland, Northern Ireland | SL012345 |
FC / NF | Overseas company | FC012345 |
RC / NR / SR | Royal charter body | RC000123 |
The leading-zero bug that breaks UK datasets
English and Welsh numbers commonly begin with a zero. Load a company list into a spreadsheet or an untyped column and 01234567 silently becomes 1234567, which will not match the register. If a UK company number in your data is seven characters, it is wrong — pad it. This is the single most common cause of failed UK entity matching, and it is entirely self-inflicted. Wider identifier rules are in our company registration number format guide.
Legal forms on the register
| Form | What it is | Files accounts? | PSC regime? |
|---|---|---|---|
| Private limited (Ltd) | The default. Over 95% of the register. | Yes | Yes |
| Public limited (PLC) | May offer shares to the public; not necessarily listed. | Yes, 6-month deadline | Yes, unless exempt as a listed issuer |
| LLP | Partnership with limited liability. Members, not directors. | Yes | Yes |
| Limited partnership | General and limited partners. Scottish LPs have separate legal personality and their own history of misuse. | Generally no | Scottish LPs yes; others vary |
| Community interest company | Social-purpose company with an asset lock, regulated by the CIC Regulator. | Yes, plus a CIC report | Yes |
| Company limited by guarantee | No share capital. Charities, clubs, trade bodies. | Yes | Yes, control-based rather than shareholding |
| UK establishment | A registered branch of an overseas company. | Parent accounts, where the parent must publish | No — ownership sits with the overseas parent |
Why the form matters before anything else
A UK establishment has no UK ownership record to find, and an LP may file no accounts at all. If your pipeline assumes every UK entity produces a balance sheet and a PSC list, a meaningful minority of the register will look like missing data when it is actually a different legal animal.
What is actually in a UK company record
| Data | What you get | Access |
|---|---|---|
| Company profile | Number, name, status, incorporation date, type, registered office, SIC codes, previous names, accounts and confirmation statement due dates. | Free · API |
| Officers | Current and former directors and secretaries, appointment dates, nationality, occupation, service address, partial date of birth. Now includes an identity verification status field. | Free · API |
| People with significant control | Name, service address, partial date of birth, nature of control expressed in bands. Corporate PSCs appear as Relevant Legal Entities. | Free · API |
| Accounts | Annual accounts for every company, at a depth that varies by company size. A large minority arrive as PDFs rather than structured data. | Free download |
| Shareholders | Names of members and share classes held — but only inside the confirmation statement document. | Document parsing |
| Charges | Registered charges, secured parties, satisfaction status. | Free · API |
| Insolvency | Case type, practitioner details, dates. | Free · API |
The shareholder gap catches almost everyone
Shareholder information is not returned by the REST API. It lives inside confirmation statement documents. If your product needs UK share ownership rather than PSC control, you are in document parsing territory, not API territory — and that is a materially different engineering problem at five and a half million companies.
What is free, and what actually costs money
The most useful thing to understand about Companies House pricing is the direction of the charge. Reading the register is free. You pay to file, and you pay for certification. There is no paywall on company data, no subscription tier, and no premium data product held back from the public.
That is unusual and it is worth saying plainly, because vendors sometimes imply otherwise. Company profiles, officers, PSC entries, filing histories, charges, insolvency records and every set of annual accounts are free to view and free to download, individually or in bulk, with no account beyond an API key.
Free
| What | Cost |
|---|---|
| Company search and full company record on the public service | Free |
| Public Data API, Streaming API, Document API | Free |
| Annual accounts, all companies, all years | Free |
| PSC data, individually or as the daily bulk product | Free |
| Free Company Data Product, monthly CSV snapshot | Free |
| Uncertified copies of filed documents | Free |
| Filing your annual accounts | Free |
Paid
Fees rose on 1 February 2026, in some cases steeply, to fund the registrar’s expanded ECCTA powers and the Insolvency Service’s enforcement work. Companies House operates on cost recovery rather than profit.
| Transaction | Channel | Fee from 1 Feb 2026 |
|---|---|---|
| Incorporation | Digital | £100 (was £50) |
| Incorporation | Paper | £124 |
| Incorporation, same day | Software only | £156 |
| Confirmation statement | Digital | £50 (was £34) |
| Confirmation statement | Paper | £110 |
| Certified document or certificate | Paper | £22 |
| Certified document or certificate, same day | Paper | £65 |
| Additional certificate, same company | Paper | £16 |
| Registration of a charge | Digital | £14 |
| Change of name, same day | Digital | £85 |
| Voluntary strike off | Digital | £13 (down from £33) |
| ACSP registration | Digital | £63 |
| Community interest company incorporation | Digital | £115 |
Read this table as a data buyer, not a company secretary
Every paid line is a writing or certifying action. Nothing on it buys you access to data you could not already have for free. If a supplier is charging you for a Companies House document rather than for the work of normalising, joining and monitoring it, check what you are actually paying for.
The one genuine exception is the certified copy at £22, or £65 same day. A certified document carries the registrar’s authentication and is what a bank, court or notary will ask for. No dataset can substitute for it.
Searching the register in practice
The public service is at Find and update company information. Six things separate a lookup that stands up in a file from one that does not.
- Search by number, not name. Names change, are reused after dissolution, and differ by a comma. The CRN does not.
- Read the status before the content. A dissolved company still returns full results, and its last accounts still render normally.
- Check the officer verification field. New since 18 November 2025, and the fastest read on whether a record is government-checked or self-declared.
- Open the filing history, not just the profile. The profile is the current state. The filing history is how it got there — officer churn, registered office moves, charge activity and period changes are all visible there and nowhere else.
- Download the confirmation statement for shareholders. It is the only route to member data, and it is a document, not a field.
- Treat the registered office as an address, not a location. It is where post goes. It is frequently a formation agent, an accountant, or a mailbox shared with thousands of other companies.
Company status, and the phrase that misleads everyone
| Status | What it actually means |
|---|---|
active | On the register and not in any removal or insolvency process. |
active - proposal to strike off | Still active, but the registrar has begun removal, usually for missed filings. This is a live warning sign that reads as “active” to any parser checking only the first word. |
liquidation | In a winding-up process, voluntary or compulsory. |
administration / receivership | Insolvency practitioner appointed; control has left the directors. |
voluntary-arrangement | A CVA is in place — the company trades on under a creditor agreement. |
dissolved | Removed from the register. The record remains searchable indefinitely. |
The eight percent nobody models
At the end of March 2026 there were 438,990 companies in the course of dissolution — roughly 8% of the register. These are entities on their way off, many still showing an active-flavoured status. Any UK counterparty check that treats status as a two-state field will pass a meaningful share of companies that are already being removed.
Note also that the current statistics release separates strike-off from dissolution for the first time. A company is struck off, then dissolved when the registrar publishes the Gazette notice about a week later. If your pipeline treats those as one event, there is now a systematic week of drift in it.
Identity verification: the November 2026 deadline
This is the most consequential change to UK company data quality since the PSC register launched.
Identity verification became a legal requirement on 18 November 2025. Companies House is explicit that this was not a deadline but the start of a 12-month transition. The rules break down as follows.
| Who | When |
|---|---|
| New directors and PSCs | Before appointment or incorporation. No verification, no appointment. |
| Existing directors | Confirm verification at the company’s next confirmation statement falling after 18 November 2025. |
| Existing PSCs | Against an appointed day within 12 months of commencement. |
| LLP members | Same regime as directors. |
| People who file at Companies House | No earlier than November 2027, with at least six months’ notice. |
| Limited partnerships, corporate directors, corporate LLP members, officers of corporate PSCs | Later, date not yet set. |
Verification runs either directly through GOV.UK One Login or through an Authorised Corporate Service Provider — an AML-supervised firm such as a formation agent, solicitor or accountant. Checks by an ACSP must meet the same standard as direct verification. Companies House states that non-compliance is an offence carrying a financial penalty, and that you will not be able to make any filings for your company or start a new company.
What this means for your data, specifically
Every officer and PSC record now carries an identity verification status. That single field splits the UK register into records backed by a government-checked identity and records that are still self-declared. Industry estimates put the pre-existing population at six to seven million individuals working through the transition.
Until November 2026, a UK director record without verified status is not a red flag — it usually just means their confirmation statement has not come round yet. After the transition closes, the same absence means something quite different. Any screening logic that treats the field as binary today will produce false positives all year.
It is also worth being precise about what the register was before. Companies House has been removing bad data at scale since gaining its new powers on 4 March 2024. By January 2025 it reported removing 60,700 suspicious or inappropriate registered office addresses, 47,200 officer addresses and 42,900 PSC addresses, redacting 40,300 incorporation documents and removing 9,500 documents — work that touched 75,600 companies. That is a large clean-up, and it is a reminder of how much needed cleaning.
What those address removals were actually about
The numbers look abstract until you know the pattern behind them. UK company formation is cheap and fast, and for years it was possible to register thousands of companies to a single address — sometimes a genuine formation agent, sometimes a residential address used without the occupant’s knowledge, sometimes a mailbox. The result was clusters of shell companies sharing one registered office, and private individuals discovering companies registered at their home.
ECCTA closed the loophole by requiring an “appropriate address” where documents come to the attention of a person acting for the company and delivery can be acknowledged. PO boxes no longer qualify. For anyone doing UK risk work, registered-office concentration remains one of the most useful derived signals available — and it is computable from free bulk data.
UK data sourced first-party from Companies House, normalised onto one schema with 200+ other countries.
Where a PSC entry stops at a Relevant Legal Entity, we keep resolving through the registries above it. Where the chain ends somewhere that publishes nothing, we say so.
Built for KYB, onboarding, third-party risk, due diligence and data teams.The PSC register, and the point where it stops
The UK created the world’s first public beneficial ownership register in 2016 and it remains one of the most open. It also has a structural limit that is widely misunderstood, and it is not a data quality problem — it is the design.
Where a company’s immediate parent is a UK-registered entity that files its own PSC information — a Relevant Legal Entity — the company need only name that parent. It is not obliged to trace ownership further up. If the chain then leaves the UK, the ultimate beneficial owner may not appear anywhere on the register.
This is precisely why the Money Laundering Regulations 2017 state that obliged entities do not satisfy their obligations by relying only on the PSC register, and why FATF guidance points to using several sources rather than one.
The other three limitations
- Ownership is banded, not exact. Control is recorded as ranges rather than precise percentages, which makes aggregation of interests across several holders difficult to detect.
- Coverage is incomplete. Open Ownership’s 2025 analysis found a substantial share of PSC data potentially unreliable, including around 20% of entries naming no individual beneficial owner — a mixture of legitimate exemptions, non-compliance and deliberate concealment.
- Nominees are invisible on their face. A named individual PSC may be acting on instruction, and the register has no field that reveals it.
What changed on 18 November 2025 that helps
Companies are no longer required to maintain their own internal registers of directors, directors’ residential addresses, secretaries or PSCs. Companies House became the single central record, with changes filed directly. That removes the long-standing problem of a company’s internal register and the public record disagreeing — which for data purposes means one authoritative source instead of two that could diverge.
Shareholder and UBO access: what you can actually get
Three different questions get collapsed into one here, and they have three different answers. Who legally owns the shares. Who ultimately controls the company. And which of those you can retrieve without asking anyone’s permission.
| What you want | Source | Access | The catch |
|---|---|---|---|
| Legal shareholders, private company | Confirmation statement | Free | Inside a document, not the API. Point-in-time, up to 12 months stale. Names and share classes, not always full addresses. |
| Register of members | The company itself | On request | Held at the registered office or SAIL address. Inspectable, but you have to ask, and it is not a dataset. |
| Beneficial owners, private company | PSC register | Free · public · API | 25% threshold, banded, stops at the first UK corporate parent. |
| Major holders, listed company | TR-1 notifications via RIS and the FCA | Free | 3% and each whole point above. Exact percentages. Not in the Companies House API. |
| Overseas owners of UK land | Register of Overseas Entities | Free | Trust information only on request since 31 August 2025. |
The UK is still an outlier, and that is worth stating
UK beneficial ownership is free, public and machine-readable, with no licence and no legitimate-interest test. Since the 2022 CJEU ruling closed public UBO access across the EU, that puts the UK in a small group. If your compliance workflow assumes European-style gated access, you are doing unnecessary work on UK entities — and if it assumes UK-style open access everywhere else, it will break at the Channel.
Free and public is not the same as sufficient
The Money Laundering Regulations 2017 are explicit that obliged entities do not discharge their obligations by relying only on the PSC register. Open access removes the cost of getting the data. It does not transfer the verification burden to Companies House.
There is a duty running the other way too. AML-obliged entities are required to report PSC discrepancies they identify, and Companies House publishes a dedicated Discrepancies API for exactly that. If your onboarding finds a mismatch between the register and the client’s own evidence, that is a reporting trigger, not just a data quality note.
The practical shape of a UK ownership answer, then, is layered: PSC for the control picture, the confirmation statement for the legal shareholder list, TR-1 notifications where the entity is listed, the Overseas Entities register where UK property is involved, and overseas registries wherever the chain leaves the country. No single one of those is the answer, and none of them costs anything.
The register of members: a quiet step backwards
Almost all of ECCTA pushes UK data towards the public record. One change goes the other way, and it is easy to miss because it looks like housekeeping.
Since 30 June 2016 a private company could elect to keep its register of members centrally at Companies House instead of maintaining it locally. For companies that took the option, shareholder data sat on the public register rather than in a filing cabinet. That election has now been removed: companies must keep their own register of members at their registered office or a single alternative inspection location, and those that held it centrally have to bring it back in-house.
A date worth checking before you cite it
Sources disagree. Several law firms date the removal to 26 January 2026, tied to the regulations that took effect that day; earlier guidance from 2025 pointed to 18 November 2025, alongside the abolition of the other statutory registers. The direction is not in dispute, the commencement date is. Verify against the commencement regulations before relying on it in a compliance document.
Take-up of the central option was reportedly low, so the volume of affected companies is small. The direction matters more than the volume. Put beside the 2028 profit and loss opt-out, it is the second instance in the same reform programme of UK company data moving from public to private — in a register whose entire international reputation rests on doing the opposite.
What moved the other way, on the same day
The trade is not one-sided. Companies stopped being required to maintain their own internal registers of directors, directors’ residential addresses, secretaries and PSCs. Those became filings to Companies House, which is now the sole record. For anyone consuming the data, that removes the old failure mode where a company’s internal register and the public record disagreed and only one of them was right.
Accounts: the UK’s strongest asset, and the 2028 change
Every UK company files annual accounts and they are free to download. Against Switzerland, where a private company publishes nothing, or the patchwork across the EU, this is the single best financial-data proposition of any major register.
The qualifier is depth. Small and micro-entity companies currently file reduced information and are not required to put a profit and loss account on the public record.
Private companies: what you get
The digitisation gap nobody advertises
The second qualifier is more practical, and it is the one that breaks projects. Not all UK accounts are machine-readable. A substantial share arrive as PDFs — documents with no structured tagging behind them.
Our own figure, from ingesting the filings
From our own ingestion of Companies House accounts data, we estimate that around 40% of financial accounts are available in PDF form only. That is our measurement rather than a published Companies House statistic, so treat it as an operator’s estimate.
The distribution is what catches people out. The gap is worse at the top end, not the bottom. Micro-entity and small-company filings are usually produced by accounting software and land as tagged data. Larger and more complex accounts — the ones carrying the detail you actually want for credit, underwriting or M&A — are more likely to be typeset documents. The companies whose numbers matter most are the companies whose numbers are hardest to extract.
The consequence for a build is straightforward. An accounts pipeline that reads only tagged filings will silently return nothing for a large slice of the register, and that slice skews towards the largest filers. Closing it means document extraction — layout parsing, table reconstruction, validation against filing metadata — which is a different discipline from consuming an API.
Public companies: a completely different disclosure regime
Everything above describes private companies. For a company with securities admitted to trading, Companies House stops being the main source and becomes the least informative one — and almost every team that builds a UK pipeline forgets to model the difference.
| Private company | Listed company | |
|---|---|---|
| Financial reporting | Annual accounts only, filed up to 9 months after year end | Annual and half-year reports, plus results announcements, on a far shorter clock |
| Where it is published | Companies House | A Regulatory Information Service, the issuer’s own site, and the FCA’s National Storage Mechanism |
| Accounting standard | UK GAAP, often FRS 105 or FRS 102 Section 1A | UK-adopted IFRS for consolidated accounts |
| Profit and loss on the public record | Not required for small and micro until 2028, then optional to publish | Always, in full |
| Ownership disclosure | PSC register at 25%, in bands | Major holdings notified at 3%, then each whole percentage point, to the exact decimal |
| PSC obligation | Yes | Generally exempt where the issuer is already subject to transparency rules |
| Timeliness | Historic — often 9 to 15 months old | Continuous — price-sensitive information disclosed as it arises |
The trade, stated simply
For a listed company you get better financials, better ownership and better timeliness — but not from Companies House. For a private company Companies House is the only source there is, and it is slower, shallower and banded.
The mistake is treating the register as the single UK source. A PLC record at Companies House will show you a set of statutory accounts and, quite possibly, no PSC entry at all — which looks like missing ownership data and is in fact an exemption, because that ownership is disclosed elsewhere, in more detail, faster.
What changes on 1 April 2028
Companies House has confirmed three changes, with 21 months’ notice given:
- Software-only filing. All accounts filed on or after 1 April 2028 must be submitted through commercial software in iXBRL. The web and paper routes close for accounts, though they remain open for other statutory filings.
- Small and micro-entity P&L becomes mandatory to file. Micro-entities will file a balance sheet, auditor’s report unless exempt, and profit and loss account. Small companies will file the same plus a directors’ report. Abridged accounts are abolished.
- Audit exemption requires an enhanced statement. Directors must specify which exemption is claimed and confirm the company qualifies, on the balance sheet.
The line worth reading twice
Companies House states that small and micro-entity companies will be given the option to opt out of having their profit and loss accounts published on the public register. The stated purpose of the change is to give Companies House, law enforcement and HMRC access to additional information.
So the filing obligation expands and the publication obligation does not follow it. More UK financial data will exist; an unknown share of it will sit behind a door marked authorities only. If your product depends on small-company UK financials, the mechanism for that opt-out is the single most important detail to track between now and 2028 — and Companies House has said it will confirm how the opt-out works in due course.
One further change: companies will be limited in how often they can shorten an accounting reference period, needing a business reason to do so more than once in five years. Frequent period-shortening has long been a signal worth watching in UK data, and it is about to become rarer and more meaningful.
Deadlines, penalties and disqualification
Filing compliance is free risk signal sitting in the register, and most teams pull the accounts without ever reading whether they arrived on time.
| Filing | Deadline |
|---|---|
| Annual accounts, private company or LLP | 9 months after the end of the accounting reference period |
| Annual accounts, public company | 6 months |
| First accounts, private company | 21 months from incorporation |
| First accounts, public company | 18 months from incorporation |
| Confirmation statement | Within 14 days of the end of the 12-month review period |
Late accounts attract an automatic penalty on a sliding scale. For a private company: £150 up to one month late, £375 for one to three months, £750 for three to six, and £1,500 beyond six months. Public company penalties are higher. The penalty doubles if accounts are late two years running, and not filing accounts or a confirmation statement is a criminal offence for which directors can be personally fined.
How to read this as a signal
A single late filing is noise — accountants miss dates. A doubled penalty means two consecutive years, which is a pattern. Persistent failure to file a confirmation statement is the usual route to compulsory strike-off, which is why active - proposal to strike off and a filing gap tend to appear together. Reading the filing history for lateness costs nothing and separates administrative sloppiness from a company quietly winding down.
Disqualified directors
Companies House maintains a register of disqualified directors, and disqualification undertakings arise from Insolvency Service investigations. Two practical points. First, it is a separate dataset from the officer record — a director appointment does not carry a disqualification flag. Second, and more awkward for engineering, disqualification events are not carried on the Streaming API, so a real-time mirror built on the stream will not learn about them. They have to be polled separately.
The Register of Overseas Entities
A separate UK register, created by the Economic Crime (Transparency and Enforcement) Act 2022, and frequently missed because it does not sit inside the companies register.
Overseas entities that own UK land must register with Companies House and declare their beneficial owners. Registered entities receive an Overseas Entity ID, which the land registries require before a qualifying disposition can be registered — so the register has real enforcement teeth attached to property transactions rather than to filing penalties alone.
Two changes matter for data work. Entities have been able to apply to protect trust member details since 28 February 2025 where they meet the criteria. And since 31 August 2025, trust information held on the register is available on request rather than being entirely closed — a narrower opening than full publication, but a real one.
Why this belongs in a UK data model
The companies register tells you about UK-incorporated entities. It says nothing about an overseas company that owns UK property and has no UK subsidiary. If your risk view depends on UK asset exposure rather than UK incorporation, the Overseas Entities register is a second source you have to join in — and it carries beneficial ownership that the companies register would never see.
There is no group structure in the data
This one deserves stating plainly, because it is assumed to exist far more often than it does.
Companies House registers entities. It does not model groups. There is no parent field, no subsidiary field, no ultimate-parent field and no group identifier anywhere in the company record, the API or the bulk products. Two companies in the same group are, as far as the register is concerned, two unrelated records that happen to share some officers.
What gets mistaken for group data
The PSC entry is the usual culprit. A corporate PSC listed as a Relevant Legal Entity looks like a parent link, and functionally it often is — but it points one level up, only where the parent is UK-registered, and only where control clears the PSC threshold. A parent holding 20% of a company it genuinely controls will not appear. Neither will any sister company, any subsidiary, or anything above the first UK entity in the chain.
Group structure has to be reconstructed, and no single source yields it:
- PSC entries give upward links, one level at a time, subject to the limits above.
- Consolidated accounts of a parent often list subsidiaries — in the notes, as text, in a PDF. Which runs straight back into the digitisation problem.
- Charge documents name co-obligors and group guarantors, and are frequently the only place a sister-company relationship surfaces at all.
- Overseas registries pick the chain up where it leaves the UK, in jurisdictions that publish shareholders.
- Shared officers and addresses give candidate links, not confirmed ones. Useful as a signal, dangerous as a conclusion.
This matters commercially more than any other gap on this page. Exposure is almost never to a single company — it is to a group. Credit limits, concentration risk, sanctions exposure and beneficial ownership all resolve at group level, and the UK register answers none of it.
Getting UK company data at scale
| Route | What it is | Where it bites |
|---|---|---|
| Public Data API | Free REST access to profiles, officers, PSCs, filing history and charges. | 600 requests per five minutes. No shareholder data. Availability is not guaranteed — see below. |
| Streaming API | Near real-time change events across company profiles, filing history, officers, charges and PSCs. | No bootstrap snapshot is published, so you cannot initialise a mirror from the stream. Connections per account are limited. |
| Free Company Data Product | Monthly CSV snapshot of live companies, split across ZIP files. | Basic fields only, monthly cadence. Fine for coverage, thin for compliance. |
| PSC data product | Full PSC list in JSON, updated daily. | Inherits every structural limit of the PSC regime above. |
| Accounts bulk data | History of accounts filed electronically. | Tagged filings only. On our own measurement roughly 40% of accounts exist as PDF alone and never appear here — disproportionately the larger ones. |
| Officers bulk file | Full officer dataset. | Not publicly listed. Requested from Companies House and delivered by arrangement, in a fixed-width format needing its own specification. |
| Document API | Filing metadata and document downloads. | The only route to shareholder data, via confirmation statements. |
| Discrepancies API | For AML-obliged entities to report PSC discrepancies. | Reporting channel, not a data source. |
Free does not mean production-grade
The Companies House API is generous, and it is not an enterprise SLA. Its own developer forum carries a steady stream of reports from working teams: intermittent 500s and timeouts, 502 bad gateway errors affecting downstream customers, unexplained throttling well inside the published limits, and unanswered requests for a documented availability and incident policy.
The published limit is 600 requests per five minutes — 7,200 an hour. Companies House is explicit that the service is built for real-time retrieval rather than batch work, that it reserves the right to ban applications which repeatedly exceed or attempt to circumvent the limits, and that high-volume users belong on the bulk and streaming products instead.
None of that is a criticism of a free public service. It is a statement about where it belongs in an architecture. A live registry call sitting on a blocking path in your onboarding flow will eventually fail in front of a customer, and no amount of retry logic changes who owns that outage.
The bootstrap problem, in plain terms
The Streaming API tells you what changed. It does not tell you what exists. Companies House has acknowledged on its own developer forum that snapshots for the streaming service have not been built, and directs users to the separate bulk products to backfill. So a real-time UK mirror is assembled from at least two products with different cadences and different schemas, and reconciling them is your problem. This is the most common reason teams that start with the free API end up buying.
For how the UK compares on API availability, see our map of registry API access by country — free programmatic access of this quality remains rare. Identifier formats for cross-border matching are in the company registration number format guide, and UK VAT numbers are covered in the VAT format checker.
Blind spots worth planning around
| Gap | Why it exists | Workaround |
|---|---|---|
| Ownership above the first UK parent | The Companies Act permits naming only the immediate Relevant Legal Entity. | Resolve the chain in the parent’s own jurisdiction; treat a corporate PSC as a pointer, not an answer. |
| Exact shareholdings | PSC control is banded; shareholder lists sit in documents. | Parse confirmation statements, or source a normalised feed. |
| Small-company profit and loss | Not required on the public record today; opt-out from publication arrives with the 2028 filing requirement. | Track the opt-out mechanism; plan for reduced public coverage rather than more. |
| Unverified legacy records | Six to seven million individuals were on the register before verification began. | Read the verification status field and interpret it against the transition timetable, not as a binary. |
| Nominee arrangements | No register field discloses that a named PSC acts on instruction. | Cross-reference against adverse media, sanctions and multi-entity appointment patterns. |
| PDF-only accounts | On our own measurement around 40% of accounts are PDF only, skewed towards larger filers. | Document extraction, or a provider that has already done it. |
| Group structure | Companies House records entities, not groups. No parent, subsidiary or ultimate-parent field exists anywhere in the data. | Reconstruct from PSC entries, charge documents, subsidiary lists in consolidated accounts, and overseas registries. |
| API availability | Intermittent errors and throttling are reported regularly on the registrar’s own developer forum. | Retry and backoff, reconcile against bulk products, and keep registry calls off blocking user paths. |
Where a data provider is the wrong answer
If you need one company’s filing history, one set of accounts or a single PSC check, use Companies House directly. It is free, it is authoritative, and no vendor can improve on the source for a single lookup. Providers earn their place at portfolio scale, in normalisation, in monitoring, and in the cross-border joins the register does not make for you.
Company records sourced first-party from official government registries — the UK alongside 200+ other countries on one schema, one identifier model, one refresh cycle.
Every answer carries its registry source, so an auditor can trace it back.What to watch
- The 29 October 2026 statistics release. Companies House previously indicated that companies failing to submit identity verification statements with their confirmation statements would begin appearing in the removals data. The April–June release did not break that out. October is the next opportunity, and it lands three weeks before the transition closes.
- The opt-out mechanism for small-company P&L. Unresolved, and it determines how much UK financial data stays public after April 2028.
- Slippage. Filer verification has moved more than once and now sits at no earlier than November 2027. Treat every future ECCTA date as an earliest date.
- Divergence from the EU. The UK keeps public beneficial ownership while the EU tightens legitimate-interest access under AMLD6 and the AML Regulation. If you operate both sides, your access model has to be different on each — see also BRIS alternatives for the EU side.