Look up a number
Lookup

UK phone number checker — validate any UK number

A free UK phone number checker that does three jobs: validates the format, identifies the line type, and verifies the number against Ofcom + a live AI internet check. No signup.

3 min read
Managing Director, OmegaIT · OmegaIT · Published 24 April 2026 · Updated 14/05/2026
On this page

A UK phone number checker answers three questions at once: *Is this a valid UK number?* *What kind of UK number is it?* and *Is it actually in service and used by who you'd expect?* This guide walks through each, and shows the free checker on this site that does all three on one page.

1. Format check — is it even a valid UK number?

The basics:

  • UK national numbers are 10 or 11 digits (after stripping the leading 0).
  • International form (E.164) starts +44 followed by 9 or 10 digits — the leading 0 of the national form is dropped.
  • Allowed formats include 020 1234 5678, 02012345678, (020) 1234 5678, +44 20 1234 5678, +442012345678.
  • Punctuation is cosmetic — strip it before any further check.

2. Type check — what kind of line is it?

The first one or two digits after the leading 0 tell you the type. The full UK breakdown:

PrefixTypeCost to call
01 / 02Geographic landline01/02 rate, in mobile bundles
03 (incl. 0303 / 0330 / 0333 / 0345 / 0344 / 0343)UK-rate non-geographic01/02 rate, in mobile bundles
055Corporate Numbering Service01/02 rate
056Location-Independent Electronic Communications Service (VoIP)01/02 rate
070Personal numbering (call-forwarding)Up to 50p/min
071–075, 077–079Mobile (various MNOs)In mobile bundles
076Pager (legacy)In mobile bundles
0800 / 0808FreephoneFree
0843 / 0844 / 0845Service-chargeUp to 7p/min + access charge
0870 / 0871 / 0872 / 0873Service-chargeUp to 13p/min + access charge
09 (091X)Premium-rateUp to ~£3.60/min + access
116Harmonised European helplineFree
118Directory enquiriesOften £3+ per call
999 / 112EmergencyFree

3. Reputation check — is it in Ofcom data, and who reports it?

Format-check passes? Type-check known? The interesting question is whether the number is actually in service and whether real-world reports match the type. That's what the WhoCalledLookup checker does:

  1. Match against the latest Ofcom Numbering Data — return the Range Holder and the allocation status.
  2. Run a live AI internet check, scoped to UK forums, scam databases and business listings — return a 0–10 risk score and cited URLs.
  3. Show links to the major UK community boards (who-called-me.com, whocallsme.com, Reddit) for a manual second opinion.

Phone number checker app — do you need one?

Most consumer-facing 'phone number checker' apps in the UK are wrappers around the same Ofcom data and a community-comment scrape, gated behind a 7-day free trial. A web tool achieves the same thing with no install, no permissions and no privacy tradeoff.

If you want the *feel* of an app, install WhoCalledLookup as a Progressive Web App: open the homepage in Chrome/Safari and tap Add to Home Screen. Same checker, no app store, no permissions to your contacts.

International phone number checker — UK and beyond

If you need to check non-UK numbers, the right tool is a library, not a website — libphonenumber-js covers 240+ country plans. For programmatic checks at scale, see UK phone number validation API. Multi-country reverse lookup with comparable Ofcom-equivalent data is on our roadmap; for 2026, the WhoCalledLookup checker is UK-only.

Bottom line

libphonenumber is the open-source phone-number library that powers number validation across Google's products. We strongly recommend using it (or a maintained port) for any production phone-number handling, in any country.
Google — libphonenumber project README

A complete UK phone number checker does three jobs at once: format-check, type-check and reputation-check. The form on the homepage does all three for free, in seconds, with cited sources. Paste a number to try.

Look up a UK number now

Free, no signup. See the Ofcom range holder + AI internet check.

Frequently asked questions

Is there a free UK phone number checker?

Yes — the form at the top of this site is a free UK phone number checker that validates the format, identifies the line type (landline, mobile, freephone, etc.), and verifies the number against the Ofcom Numbering Data plus a live AI internet check. No signup.

How can I check if a UK phone number is valid?

Three checks: (1) format — strip punctuation and confirm the result is 10 or 11 digits starting with a known UK prefix; (2) type — the first few digits identify the line type; (3) currency — paste it into our checker to confirm it's in the latest Ofcom Numbering Data.

Is there a phone number checker app for UK numbers?

WhoCalledLookup is a Progressive Web App, so you can install it from Chrome / Safari like a native app without going through an app store. Most third-party 'checker apps' wrap the same public Ofcom data and charge for it.

What does it mean when the checker says 'Not in current Ofcom data'?

Three usual explanations: the number is from a brand-new allocation Ofcom hasn't published yet; the number isn't a UK number at all (the CLI was set to look like one); or the CLI was spoofed. See our [Range Holder vs current provider](/blog/range-holder-vs-current-provider) guide for the full picture.

Can I check an international number with this tool?

WhoCalledLookup is UK-only in 2026 — multi-country support is on the roadmap. For programmatic international validation, use libphonenumber-js or a paid API like Twilio Lookup. For UK numbers, the form on this site covers everything.

Sources & references

  1. National Telephone Numbering Plan
    Ofcomwww.ofcom.org.uk/phones-and-broadband/phone-numbers/numbering-policy/numbering-plan
  2. UK Numbering Data (weekly feed)
    Ofcomwww.ofcom.org.uk/phones-and-broadband/phone-numbers/numbering-data
  3. libphonenumber-js — JavaScript port
    @catamphetaminegithub.com/catamphetamine/libphonenumber-js