A phone number QR code puts your number straight into the dialer. Someone standing in front of your sign scans it, confirms, and the call is ringing — instead of memorising four digits at a time and getting one of them wrong.
What the code actually contains
The simplest payload of any QR type: a tel: URI and nothing else. No link, no
redirect, no lookup.
tel:+15551234567
Because it is so short, the resulting code is sparse — big, chunky modules that scan from farther away and survive worse printing than a vCard or a long URL ever could. This is the QR type to use when the code has to work on a weathered sign or across a car park.
The two things worth getting right
Write the number in international format. +15551234567, not
555-123-4567 and not (555) 123 4567. Some dialers reject a number
containing spaces, dashes, or parentheses, and others strip characters in ways that leave a number
that doesn’t connect. The + and country code also mean the code works for
someone scanning it from abroad, which a local-format number does not.
Expect a confirmation prompt. Most phones show the number and ask before dialing rather than placing the call instantly. That is deliberate on the phone’s part, and it is a feature rather than a bug: nobody wants a camera pointed at a sticker to start a call by itself, and the prompt is also where the person scanning sees which number they are about to reach. Design the sign expecting one extra tap.
If someone is likely to want your details rather than a call right now, a vCard code is the better fit — it saves the number instead of dialing it.
Static codes versus dynamic codes
This is a static code: the number is inside the image itself. It works forever, with no account and no service in the middle that could expire or start charging. It also can never be edited or tracked — change your number and every printed copy dials the old one, and since nothing contacts a server, there is no scan count to look at.
If the number might change, or you want to know how many people scanned the sign, use a dynamic QR code instead. The free generator makes both.
Where people use them
- Trade vehicles and yard signs — a passer-by calls you while standing in front of the job you’re already doing.
- For-sale and to-let boards — the caller reaches the right number without squinting at a board across a fence.
- Reception and out-of-hours signage — a locked door with a code that dials the on-call line.
- Appliance and equipment labels — a service number on the machine itself, scannable long after the manual is gone.
Frequently asked questions
Does it dial immediately when scanned?
Usually not. Most phones show the number with a confirmation step first. Treat the prompt as expected behaviour — it protects the person scanning and shows them who they’re calling.
Does my number go through your server?
No. The code is generated in your browser and encodes the number directly. The call goes from their phone to yours with nothing of ours in between.
Can I change the number later without reprinting the sign?
Not with a static code. The number is baked into the image. A dynamic code pointing at a contact page is the version whose destination you can edit after printing.
Does a phone number QR code expire?
No. There is no account and no trial clock. It keeps working for as long as the number is yours.
Make your phone code
Enter the number in international format, see it render instantly, and download it.
Create a phone number QR code Free, no account, generated in your browser.Last updated September 18, 2026.