Emergency Numbers (999 and 112)
Any end-user in the UK must be able to reach emergency organisations using 999 or 112 at no charge. These are special emergency call numbers, not ordinary subscriber numbers.
Dial Code: +44•Last updated: January 1, 2026
UK mobile numbers typically start with 07, followed by 9 digits. Landlines start with 01, 02, or 03. Geographic numbers vary in length depending on the area code.
To call a UK phone number, the exact format depends on where the call starts. Domestic calls usually keep the leading 0, while international calls to the UK use the +44 country code instead.
07911 123456+44 7911 12345600 1 212 555 0123Note: UK domestic numbers often begin with 0, but that prefix is dropped when the number is written in international format.
This table breaks down the example number shown for United Kingdom.
| Component | Digits | Example | Notes |
|---|---|---|---|
| Country Code | 2 | +44 | Used for international format and replaces the leading 0 used in domestic dialing. |
| National Prefix | 1 | 0 | Domestic UK numbers normally start with 0 before the rest of the national number. |
| Mobile Range | 4 | 7911 | This page uses a mobile example; domestic mobile numbers typically begin with 07. |
| Subscriber Number | 6 | 123456 | The remaining digits identify the individual mobile line in this example. |
Some numbers and prefixes in United Kingdom have special rules or reserved uses.
Any end-user in the UK must be able to reach emergency organisations using 999 or 112 at no charge. These are special emergency call numbers, not ordinary subscriber numbers.
UK numbers beginning with 080, including 0800 and 0808, are free-to-caller ranges and are commonly used for helplines and customer support.
These ranges can carry extra service charges and are used for premium-rate or phone-paid services, such as directory enquiries, competitions, and specialist helplines.
^\+44[1-9]\d{1,4}\d{6,8}$|^07\d{9}$Use this CSS mask to automatically format phone number inputs:
input[type="tel"] {
mask: 00000 000000;
mask-image: none; /* Fallback */
}