LearnList quality and signup integrity

VoIP vs mobile numbers

Line-type lookup reports whether a number is mobile, landline or VoIP by checking which carrier currently holds it. VoIP correlates with fraud because throwaway numbers are cheap and instant — but it does not prove it, because tens of millions of ordinary people and most businesses now use VoIP as their real number.

Written by the SieveGuard team from the checks our own free tools run. Last reviewed .

What a lookup can actually tell you

A number is queried against carrier data to find who holds it now. Two facts shape how much weight the answer deserves.

FieldMeansConfidence
Valid / invalidConforms to the E.164 plan and the range is allocatedHigh
CountryDerived from the country codeHigh
Line typemobile, landline, VoIP, toll-free, or unknownGood, with the caveats below
CarrierThe operator currently holding the numberGood where portability data is current
ReachableNot answered by a lookup at all

The last row is the one to internalise. A lookup tells you a number is well-formed and who holds it. It cannot tell you a handset is switched on, or that the person filling your form is holding it. Only sending a code establishes that, and even then it establishes possession, not identity.

Number portability breaks the naive reading

Line type is inferred from the operator holding a number, and numbers move between operators. Portability is why the field is good rather than authoritative:

  • A number issued as a landline and ported to a mobile network reads mobile — correctly, but it looks nothing like its allocated range.
  • A mobile number ported to a VoIP provider reads VoIP even though the same person still answers it on the same phone.
  • Portability data propagates at different speeds by country, so a recently ported number can report its previous type for a while.

Practical consequence: treat line type as a probabilistic signal with a real error rate, not as a property of the number.

Why VoIP correlates with fraud, and why that is not enough

The correlation is real and the mechanism is obvious. A VoIP number can be provisioned in seconds, costs almost nothing, needs no identity check in most jurisdictions, and can be discarded and replaced. Anyone farming signups uses VoIP because everything else is slower and more expensive.

Then there is the other population, which is much larger:

WhoWhy their number is VoIP
Almost every business phone systemCloud PBX replaced on-premise telephony years ago
Remote workersA softphone is the work number
Google Voice and equivalentsA stable personal number people have held for a decade
Anyone who kept a number after movingPorted to VoIP to retain it across countries
Privacy-conscious usersA deliberate second number, exactly like a forwarding email alias

So VoIP is evidence, not proof — and blocking on it alone refuses a large, wealthy, entirely legitimate group. It is structurally the same error as blocking privacy forwarding aliases as disposable addresses: the signal is real, the population it catches is mostly innocent.

Using the signal without the collateral damage

Score it, and let other signals move the total

VoIP alone should not decide anything. VoIP plus a disposable email domain plus a signup at 04:00 plus a canonical mailbox already seen this week is a different proposition — and it is the combination doing the work, not any one field.

Escalate friction rather than refusing

Send the verification code. A real customer completes it in twenty seconds; someone cycling through throwaway numbers is slowed to the cost of each new one. That converts a binary block into an economic one, which is the goal.

Gate the benefit, not the account

As with the rest of this cluster: the thing worth protecting is the trial, the referral credit or the payout, not the existence of the account. Restricting the benefit costs nothing when the signal is wrong.

Reject invalid before analysing line type

An unallocated range or a malformed number is a hard fact and free to act on. Do that first; it removes the noise before you start weighing anything probabilistic.

One thing to check in your own data

Before adopting any VoIP rule, measure it against customers you already have. Run line-type lookup across your existing paying base and see what share is VoIP.

For most B2B products the answer is a large fraction, because business telephony is VoIP. A rule that would have blocked a meaningful share of your current customers is a rule that will block their replacements, and that is far easier to see before deployment than after. Bulk validation exists for exactly this kind of check.

Sources

FAQ

What is line-type lookup?+

A check against carrier data that reports whether a number is mobile, landline, VoIP or toll-free, along with the operator currently holding it. It also confirms the number conforms to the E.164 numbering plan and that the range is allocated.

Should I block VoIP numbers at signup?+

No. VoIP correlates with fraud because throwaway numbers are cheap and instant, but almost every business phone system is now VoIP, along with remote workers and anyone using Google Voice. Blocking on it alone refuses a large and entirely legitimate population.

Can a lookup tell me whether a number is reachable?+

No. It tells you the number is well-formed and who holds it. Whether a handset is switched on, and whether the person filling your form is holding it, are different questions that only sending a verification code answers — and that proves possession, not identity.

Why does a mobile number sometimes report as VoIP?+

Number portability. Line type is inferred from the operator currently holding the number, so a mobile ported to a VoIP provider reads VoIP even though the same person answers on the same phone. Portability data also propagates at different speeds by country.

What should I do with a VoIP number instead of blocking it?+

Treat it as one input to a risk score and escalate friction rather than refusing. Send the verification code: a real customer completes it in seconds, while someone cycling through throwaway numbers pays for each new one. That turns a binary block into an economic one.

How do I know if a VoIP rule would hurt me?+

Run line-type lookup across your existing paying customers before deploying anything. For most B2B products a large share will be VoIP, because business telephony is VoIP. A rule that would have blocked current customers will block their replacements.

Check it on a real domain

Free, no signup, DNS-only. Nothing you type leaves the lookup.

Keep reading