VoixCall
Guide

How to Call Without a SIM Card: WebRTC, Browser-Based Calling, and Practical Tradeoffs

You're traveling without a working SIM. Or your SIM was lost. Or your iPhone is eSIM-only and you can't activate. How to make actual phone calls to actual phone numbers, from a browser, on any device with WiFi. Honest tradeoffs included.

By VoixCall Team Last reviewed

You’re in an airport in Lisbon. Your eSIM-only iPhone won’t activate the carrier you bought. The hotel WiFi works. You need to call your bank.

Or: you’re at home, your phone is dead, you need to call the airline about a flight tomorrow morning. Your laptop is on.

Or: your daughter is studying abroad. She lost her phone. She’s on a friend’s laptop. She needs to call you and the friend’s phone has a different country code that won’t take her credit card.

These situations have one thing in common: you need to make a phone call but you don’t have a phone with cellular service. This guide is the reference for that.

What this covers

  1. What “calling without a SIM” actually means in 2026
  2. The technical landscape: WebRTC, VoIP, PSTN bridges
  3. Devices that can make SIM-less calls
  4. The four real use cases and what to use for each
  5. Setup walkthrough — VoixCall as the example
  6. What doesn’t work — common dead ends
  7. Receiving inbound calls without a SIM

What “calling without a SIM” actually means in 2026

A SIM card (physical or eSIM) is what authenticates your device to a cellular carrier’s network. Without one, your phone has no carrier service — no calls, no texts, no mobile data. You can still use WiFi.

“Calling without a SIM” really means: making voice calls using the internet (via WiFi or another non-cellular connection) to real phone numbers (the kind a hotel or bank picks up on their normal landline).

This is different from:

  • App-to-app calling (WhatsApp, FaceTime, Signal). Both sides need the same app. Useless for calling a hotel.
  • Voice on a carrier’s network (regular phone calls). Requires a SIM.
  • Calling a SIM-card-attached number you own from a different device. That’s call forwarding, not calling without a SIM.

The technology that makes SIM-less calling possible is VoIP (Voice over IP) — encoded voice packets sent over the internet, then converted (“bridged”) to the traditional phone network at a server farm somewhere. The recipient’s phone rings normally. They have no idea you’re calling from a browser.

The technical landscape: WebRTC, VoIP, PSTN bridges

A few terms worth knowing:

  • PSTN = Public Switched Telephone Network. The traditional phone system that landlines and mobile carriers connect to.
  • VoIP = Voice over IP. Sending voice as internet packets rather than over PSTN. Skype, Zoom, WhatsApp Voice all use VoIP under the hood.
  • WebRTC = Web Real-Time Communications. A browser-native VoIP standard. Means a webpage can make a voice/video call without installing any plugin or app. Chrome, Safari, Firefox, Edge all support it natively.
  • PSTN bridge = a server that takes a VoIP call and routes it to a real phone number on the traditional phone network. The recipient’s phone rings as if you called from a regular phone.

A browser-based VoIP service (like VoixCall) puts these together:

  1. You open a webpage in your browser.
  2. The page loads JavaScript that uses WebRTC to capture your mic and stream audio to a server.
  3. The server bridges that audio to a real phone number via a PSTN gateway.
  4. The recipient’s phone rings, they pick up, they hear you.

The whole stack works without you installing anything. Your browser is the phone.

Devices that can make SIM-less calls

Anything with:

  • A modern browser (Chrome 60+, Safari 11+, Firefox 60+, Edge — all from 2018 onwards)
  • A microphone (built-in or USB)
  • An internet connection (WiFi, Ethernet, even slow tethering from another device)

That includes:

  • Smartphones (iOS / Android) on WiFi only — even if the SIM tray is empty or the eSIM never activated. The phone is just a portable computer when it has WiFi.
  • Laptops (Mac / Windows / Linux / Chromebook). Most people forget this is an option — your work laptop can make outbound calls from the cafe WiFi.
  • iPads / Android tablets. Same as phones — WiFi-only is fine.
  • Older devices if they have a recent-enough browser. A 2019 Chromebook works fine.

What you specifically don’t need:

  • A phone number of your own (the call goes out, you don’t receive it on the device)
  • A working SIM
  • An app install on either your device or the recipient’s device
  • A cellular carrier of any kind

The four real use cases and what to use for each

Use case 1: traveling abroad without working cellular service

You arrived, your eSIM didn’t activate, the airport SIM kiosk is closed. You need to call the hotel to confirm late arrival.

Approach: Connect to airport WiFi. Open VoixCall in your phone’s browser. Sign up with email. Add $5 of credits. Dial the hotel.

Cost: $0.02-0.10/min depending on country. The hotel call is under $1.

Alternative paths that work:

  • Free WiFi at the airport, browser-based, no SIM needed.
  • A friend’s phone with cellular — if you have someone with you, their cellular hotspot becomes your WiFi.
  • Skype/Microsoft Teams via your existing account if you have credits there.

Use case 2: phone is dead/broken/lost, you need to make a call from a laptop

You’re at home, phone is dead, you need to call your bank to dispute a charge before the dispute window closes.

Approach: Open VoixCall on your laptop. Sign in or sign up. Dial your bank’s international or domestic number from the laptop’s mic + speakers (or plug in headphones).

Cost: typically a few cents to a few dollars depending on how long the call takes.

Alternative paths:

  • Skype credit on your computer (still works in 2026 though Microsoft has been phasing out the consumer side).
  • Google Voice on a US Google account (US-only and US numbers only).

Use case 3: someone else is on your account remotely and needs to make a call

A parent or kid is traveling and needs to call back to their home country, but they don’t have the international roaming or a local SIM.

Approach: You set up a VoixCall account for them, share login, they call from any browser. Credits are pre-loaded.

The variant: corporate / family multi-user wallets. Some VoIP providers (including VoixCall) support shared wallet across multiple authenticated users so a parent can fund a kid’s calling without sharing credentials.

Use case 4: you don’t want your phone number to show on caller ID

Sales prospecting, dating, journalism, anything where you want a different number on the recipient’s screen — or no recognizable number at all.

Approach: Browser VoIP services usually let you set caller ID display — either a verified personal number you own elsewhere, or a generic system number, or no number (“Unknown” or “Private Caller” depending on jurisdiction).

This is also useful for travel: showing your home-country number on caller ID (instead of a foreign-looking number) usually gets you through bank IVRs faster.

Setup walkthrough — VoixCall as the example

The specific service is VoixCall, which is what we build. The mechanics described here apply to most browser-based VoIP services with minor variations.

Step 1: Sign up (30 seconds). Email + password. No phone number required for signup. No app to install on your device or the recipient’s.

Step 2: Add credits ($5-25 to start). Visa, Mastercard, UPI (for India), Razorpay. Credits never expire.

Step 3: Dial. A keypad interface opens in your browser. Pick the country from the dropdown (this sets the dialing prefix and shows the per-minute rate for that destination). Type the number. Press the green call button. Your browser asks for mic permission once; allow it; the call starts.

Step 4: Talk. The recipient’s phone rings normally. They pick up. You’re connected. The interface shows the call duration. Mute, hold, transfer, and DTMF (touch-tone) digits work via the keypad.

Step 5: Hang up. Click red end-call button. Credits get debited for the call duration at the per-country rate.

Total time from “I need to make a call” to “call connected”: about 90 seconds for a first-time user, 10 seconds for a returning user.

Your first call is free. Test it on a friend or your own number before relying on it for a real emergency.

What doesn’t work — common dead ends

”Can I use WhatsApp / FaceTime to call a hotel?”

No. WhatsApp Voice and FaceTime Audio only work when both sides are using the same app. A hotel’s reception phone is a regular landline. WhatsApp can’t call a regular phone number — only other WhatsApp accounts. FaceTime same — Apple device-to-Apple-device only.

This is the single most common confusion. WhatsApp Out (their VoIP-to-PSTN bridge) was rolled out and then removed; it’s not currently a feature in 2026.

”Can I use Skype to call a regular phone?”

Skype Out does still work in 2026 — but Microsoft has been winding down the consumer Skype offering since the 2024 transition toward Teams. Reliability for personal use varies. Skype credit you bought 5 years ago should still work; new sign-ups for outbound calling get pushed toward Teams.

”Can I use Google Voice?”

Google Voice personal accounts are US-only. You need a US Google account, a US phone number (initially) to activate, and you can primarily call US numbers (international calling exists but is limited). Useless as a SIM replacement for non-US users or for calls to non-US numbers.

”Can I just use my phone’s WiFi calling feature?”

WiFi calling is your home carrier’s voice traffic routed over WiFi. It still requires a working SIM with your home carrier (just with no cellular signal needed). It’s not “calling without a SIM” — it’s “calling on your usual SIM, just over WiFi instead of cellular”.

Also, WiFi calling charges the same per-minute rates as your home plan, including international long-distance to foreign numbers. A US carrier on WiFi calling to a Berlin hotel still bills you $2/min for the international call.

”Can I use a virtual phone number service (Burner, Hushed, Google Voice with port)?”

These give you a virtual phone number for inbound calls. They typically don’t do cheap international outbound. Different problem.

”Can I use VoIP without internet?”

No. VoIP requires internet — that’s the defining trait of the technology. Without internet you need cellular service, which means a SIM.

Receiving inbound calls without a SIM

This guide has focused on outbound calls because that’s the more common use case. Inbound is harder.

For inbound calls (someone calls you and you answer in a browser), you need either:

  1. A virtual phone number provider (Google Voice, Twilio number, Burner, etc.) that gives you a number with inbound routing to your browser/app.
  2. A SIP softphone setup with a SIP provider.
  3. Call-forwarding from your existing number to a service that delivers to your browser.

VoixCall is primarily outbound. If your use case requires reliable inbound calls on a number people will dial without you initiating the conversation, look at virtual-number services. The use case isn’t bad — just different from “outbound calling without a SIM”.

A common hybrid that works:

  • Outbound via VoixCall on browser from anywhere.
  • Inbound via WiFi calling on your home SIM. People call your usual number, you answer over hotel/cafe WiFi. The SIM stays at home metaphorically — physically it’s in the phone in your pocket, just not on cellular.

Practical scenarios

Scenario: arrived at hotel abroad, eSIM didn’t activate

  • Connect to hotel WiFi.
  • Open browser, go to voixcall.com.
  • Sign up, $5 credits.
  • Call the eSIM provider’s support line to debug the activation.
  • Whole process: ~5 minutes. Cost: well under $1.

Scenario: laptop-only, need to call a US bank from Europe to dispute a charge

  • VoixCall on browser, dial Chase’s +1 302-594-8200 international line.
  • Use your laptop’s mic + speakers, or plug in headphones for privacy.
  • 25-minute dispute call cost: about $0.50.

Scenario: traveling with a kid who needs to be able to call you

  • Set up VoixCall on their device (kid’s iPad, Chromebook, etc.) with shared credit balance.
  • Bookmarked on home screen — looks like an app.
  • They call your home number from any WiFi anywhere.

Scenario: SIM tray empty on a backup phone, need it as an emergency-only phone

  • VoixCall in the browser, bookmarked.
  • Pair it with WiFi calling on a separate device for inbound.
  • Now you have outbound + inbound on a SIM-less phone in WiFi-only mode.

The original idea of a “phone” — a device you pay a monthly fee for so you can talk to someone far away — is increasingly optional. For most situations where you need to actually call a phone number, a browser + WiFi is enough.