What a phone number lookup can — and can't — tell you
What you can find out
- Whether it's real — a valid, assignable number for its country, or a typo/fake.
- The carrier — the network its range was allocated to (and, with a Current carrier lookup, the network serving it after porting).
- The line type — mobile, fixed line, VoIP, or toll-free.
- Country and region — where the number belongs, down to the state or city for many fixed lines.
- Timezone — useful for not calling people at 3am.
All of it comes from official numbering plans — the public registries each country's regulator maintains.
What nobody can tell you
- Who owns the number. Names and addresses aren't in any public registry. Carriers hold them privately and don't publish them — anywhere.
- Where the phone is right now. Location tracking by number isn't a lookup — it's not available to the public, full stop.
- Whether the handset is switched on. A lookup reads registries, it doesn't ping the device.
Sites that promise "reverse lookup" of arbitrary mobile numbers are reselling scraped or breached contact data — mostly US-only, often stale, and not something a legitimate lookup service returns. If a page asks for payment to reveal an owner's name, that's the business you're funding.
Why look up a number at all?
Because each fact answers a practical question. Validity tells you if a number someone typed into your form is worth storing. Line type tells you whether an SMS will ever arrive — texting a landline is money down the drain, and a VoIP number at signup is a classic fraud tell. Carrier drives routing and cost decisions for anyone sending messages at volume. Country and region catch mismatches — a "local" customer whose number belongs to another continent. Timezone keeps your calls inside polite hours.
One number is a curiosity; the same lookup across a whole contact list is data hygiene. That's the real use of a phone number lookup — and why it's built to run on millions of rows, not just the box above.
Check one number, a file, or every signup
One number, right now
The free tool at the top of this page. No account, no charge — type a number, get the facts.
A CSV, up to millions of rows
Upload a file, download it back with validity, carrier, line type, and country on every row. No code.
Inside your product, via API
One GET request per number — fast enough to check as your user types. See the docs →
Phone number lookup questions
Can I find out who owns a phone number?
No — and that's true of every legitimate lookup service, not just this one. Owner names and addresses aren't published in any public registry; carriers keep them private. A lookup returns the technical facts: validity, carrier, line type, country, and timezone. Services claiming to reveal owners of arbitrary mobile numbers resell scraped or breached data, mostly US-only and often wrong.
How do I check if a phone number is real?
Enter it above with its country code. Veriphone checks it against the country's official numbering plan — the right length, prefix, and an actually-allocated range — and tells you whether it's a real, assignable number or a typo/fake, along with its carrier and line type.
Does a lookup tell me if the number is active or switched on?
No. A lookup confirms the number is valid and returns its carrier and line type from registry data — it doesn't ping the handset. For most practical purposes (cleaning lists, screening signups, routing messages) validity plus line type is the signal you need, without the cost and privacy problems of probing devices.
Can I do a mobile number lookup and tell it apart from a landline?
Yes. Every lookup returns the line type, so you can tell a mobile from a fixed line, VoIP, or toll-free number — handy for trimming an SMS list down to numbers that can actually receive a text.
Can I look up phone numbers in bulk?
Yes. Upload a CSV of up to millions of numbers and download the results with validity, carrier, line type, and country for each — no code required. Or call the API to look up numbers programmatically.
Is there a free phone number lookup?
Yes. The tool above is free with no account, and every account starts with 1,000 free lookups each month with full carrier and line-type data — no credit card required.
Do I need the country code?
Including the country code in E.164 form (e.g. +1 for the US/Canada, +44 for the UK) gives the most reliable result, because the same digits can be valid in more than one country. You can also pass a default country to the API so local-format numbers resolve correctly.