Skip to content
Questions7 min read

How to Message Without a Phone Number

Yes, you can message without a phone number. Learn how an on-device cryptographic identity replaces SIM-based signup, and which private apps support it.

By The PrivacyPortal Team

Yes, you can message without a phone number. A small number of modern apps let you skip the SIM entirely by giving you an identity built from cryptographic keys generated on your own device, instead of a number tied to your carrier and your legal name.

The catch is that most mainstream messengers still won't do it. To understand which apps genuinely work without a number, and why, it helps to look at what the phone number was doing in the first place.

Why do most messengers ask for a phone number?

When an app asks for your phone number at signup, it is usually using that number for three separate jobs at once:

  • Identity — the number is your unique username. It is how other people find and add you.
  • Verification — an SMS code proves you control the SIM, which cuts down on spam and throwaway accounts.
  • Account recovery — if you reinstall the app, the number lets you reclaim "your" account on the server.

Bundling all of this onto a phone number is convenient, but it comes at a real privacy cost. A phone number is rarely anonymous. It is bought with ID in most countries, it is shared across services, and it links your messaging to your real-world identity, your carrier, and often your location history. Once an app knows your number, so does anyone who can compel or breach that app.

So the question "can I message without a phone number?" is really "can those three jobs be done some other way?" They can — and the answer is cryptography.

What replaces a phone number? Cryptographic identity

Instead of borrowing your identity from a phone carrier, a private messenger can create one for you from scratch, on your device, the first time you open the app. Nothing is issued by a central authority and nothing needs to be verified by SMS.

Public and private keys

Modern encrypted apps are built on public-key cryptography. Your device generates a matched pair of keys:

  • A private key that never leaves your device and that only you hold.
  • A public key that you can safely share with anyone. It doubles as your address.

Your contacts add you using your public identity, not a phone number. When someone sends you a message, it is sealed to your public key so that only your private key can open it. This is what "end-to-end encrypted" means in practice: the keys that unlock your messages live on the endpoints, not on a server.

Because the identity is the keypair, there is no phone number to register, and often no account on the server at all — just ciphertext passing between devices.

The recovery phrase

If your identity is a private key, how do you back it up or move to a new phone? This is where a recovery phrase comes in. Your key material is encoded as a short, human-readable list of words (commonly 12 or 24). Write it down once, and you can restore your identity on any device by typing it back in.

That single design choice replaces all three jobs the phone number used to do:

  • Identity comes from your public key.
  • Verification comes from the math — only the holder of the private key can decrypt messages meant for it, so there is no spam-throttling reason to demand a SIM.
  • Recovery comes from the phrase you control, not a number a carrier controls.

The trade-off is real and worth stating plainly: if you lose the phrase and lose the device, no one can recover the account for you, because no one else ever had your keys. Privacy and "reset my password by SMS" are fundamentally at odds; number-free apps choose privacy.

Is it actually possible to message without a phone number?

It is, and it is not a workaround or a loophole — it is a deliberate architecture. Anonymity-focused messengers were designed this way from the start. What you give up is the frictionless "we'll text you a code" onboarding. What you gain is that no server holds a directory linking your conversations to your real identity.

A few honest caveats:

  • Contact discovery is different. Without a phone number, apps can't scan your address book to find friends automatically. You typically share a code, a link, or a QR to connect. That is a feature, not a bug — it is exactly why your number stays private.
  • "No phone number" does not automatically mean "no metadata." An app can still avoid asking for your number while logging who talks to whom. The strongest options minimise or eliminate that metadata too.

Apps that let you message without a phone number

Not every private messenger supports number-free signup. Here is a fair snapshot of where the well-known options stand.

App Phone number required? Notes
Signal Yes E2EE by default and open-source; a phone number is still required to register, though usernames can hide it from other users.
WhatsApp Yes Message content is E2EE (Signal Protocol), but the account is tied to a phone number and it is owned by Meta.
Telegram Yes Requires a phone number. Cloud chats are not end-to-end encrypted; only opt-in "Secret Chats" are.
Session No Onion-routed and open-source; uses an account ID rather than a phone number.
Threema No Swiss, open-source clients, no number required. It is a paid app.
Graphite No No phone number and no email; identity is a 12-word recovery phrase generated on-device.

If your only requirement is "don't tie my chats to my SIM," Signal's username feature hides your number from other people but still needs one at registration. To avoid a phone number entirely, you are looking at apps like Session, Threema, or Graphite. For a broader tour of the category, see our guide to the encrypted messenger landscape, and a focused comparison in Signal alternatives without a phone number.

How Graphite handles identity without a phone number (or email)

Graphite, the end-to-end-encrypted messenger from PrivacyPortal, is built around exactly the model described above. There is no phone number and no email — and, importantly, no account on the server. When you open the app, it generates your identity on-device and hands you a 12-word recovery phrase. That phrase is your account. It is the only thing that can restore your identity, and it never touches Graphite's servers.

The encryption underneath is NaCl/libsodium X25519 sealed boxes, with a hybrid post-quantum layer (ML-KEM-768) and forward secrecy from a Signal-style double ratchet. In plain terms: your messages are sealed to your keys, and the design keeps working even against future quantum attacks.

A few properties follow directly from having no number:

  • The network can't see you either. Graphite routes over Tor by default, fail-closed, so your IP and network are hidden along with your identity. Message and signalling traffic travels to a bundled hidden service.
  • The relay stores nothing useful. It only ever holds sealed ciphertext, for a maximum of seven days, deleted after delivery. It never sees your plaintext, your keys, or your recovery phrase.
  • Calls are private too. Encrypted voice and video use DTLS-SRTP, and on mobile the call is routed so the other person doesn't see your IP address.

Everything else you'd expect is there — encrypted group chats, file sharing, and on-device AI message search that uploads nothing. It runs on Windows as a portable .exe with Tor bundled, on Android as a sideloaded APK (including GrapheneOS and de-Googled phones with no Google Play Services), and as a web app.

If your goal is the strongest version of "message without a phone number," the checklist to compare against is in the best encrypted messenger with no phone number.

What you gain — and what to keep in mind

Going number-free is a genuine privacy upgrade, but treat the recovery phrase with the seriousness it deserves:

  • Write it down offline and store it somewhere safe. It is the one and only key to your identity.
  • Anyone with the phrase is you. Never paste it into a website, a chat, or a cloud note.
  • Connecting is manual by design. Share a code or link with the people you actually want to reach.

That is the whole trade: a little friction at setup and recovery, in exchange for messaging that isn't anchored to your SIM, your carrier, or your name.

Try it for yourself

You can start messaging without a phone number today. Graphite is free and in public beta on Windows, Android, and the web — no phone number, no email, and no logs. Open the app, save your 12-word recovery phrase, and you're reachable without ever handing over a number.