How to Find Your UDID on iPhone (No Computer)

Someone asked for your UDID — a signing service, a beta tester invite, a support agent — and you went looking for it in Settings. It is not there. Settings shows a serial number, an IMEI, a model number, and nothing called a UDID. Then the first guide you open tells you to plug the phone into a Mac and click around in Finder.
You do not need the computer. Here is what a UDID actually is, the fastest way to get yours straight from the phone, what that configuration profile does before you tap Install, and whether handing the string to a stranger is safe.
What a UDID is (and what it is not)
UDID stands for Unique Device Identifier. It is a string Apple assigns to one specific device — not to your Apple ID, not to your phone number, and not to your iCloud account. Depending on how old your device is, it looks like one of two things:
- 40 hexadecimal characters on older hardware —
a1b2c3d4e5f6... - 24 characters split by a dash on newer devices —
00008030-001A2B3C4D5E6F70
Two things it is not. It is not your serial number — that is the string Settings does show you, and the two are different identifiers. And it is not a credential: nothing about a UDID logs anyone into anything.
Why anyone asks for it
Every app installed outside the App Store is signed, and a signature covers a fixed list of devices. Apple’s own developer tooling works the same way: a device has to be registered on the provisioning profile before the app is built for it, which is exactly why TestFlight testers, enterprise deployments and signing services all ask for the same string. Yours has to be on the list, or the install fails with a signature error that says nothing useful.
That is the whole reason we ask for it too — the UDID is what ties your device to the certificate your apps are signed with, and to your subscription for support.

The fast way: get it on the phone itself
The one requirement is that you do this in Safari on the device whose UDID you need. A UDID is per-device, so opening the page on a laptop or on someone else’s phone returns the wrong string, or nothing at all.
- Open udid.tech in Safari on your iPhone or iPad.
- Tap Get My UDID and allow the configuration profile to download.
- Open Settings — a Profile Downloaded row appears at the very top.
- Tap it, tap Install, enter your passcode. The phone sends you back to the page with your UDID on screen, ready to copy.
It takes about a minute. The site states that it stores nothing and that the profile is removed from the device immediately afterwards. If you want to confirm that yourself, look in Settings → General → VPN & Device Management — the profile should not be sitting there. If it is, tap it and remove it; nothing breaks.
What that profile actually does
“Install profile” is the step that makes people hesitate, and fairly — you are being asked to install something before you know what it is.
A configuration profile is a small settings file. iOS uses them for VPN configs, Wi-Fi credentials at an office, mail settings at a school, and — in this case — a single query that asks the device to report its identifier back to a web page. A profile can only apply settings that iOS itself exposes. It cannot read your photos, your messages, your keychain or your files, and it cannot install an app on its own.
Two habits worth keeping, because the sideloading scene has genuine scams in it:
- Only install a profile you deliberately went looking for. A profile that appears while you are browsing something unrelated is not one you asked for.
- Nobody ever needs your Apple ID password to sign an app. Signing needs the UDID and nothing else. Anyone asking for the password is after the account, not the signature — we covered that pattern in certificate scams and what to watch for.
The computer route, and when you would use it
The classic method still works, and it is the right one if the device is wiped, disabled or sitting in recovery, where Safari is not an option.
On a Mac: connect the device, open Finder, select it in the sidebar, and click the line under the device name that shows the model and capacity. Each click cycles it through serial number, then UDID. Right-click to copy.
On Windows: connect the device and open iTunes (or the Apple Devices app on newer builds), open the device summary page, and click the serial number to cycle through to the UDID.
Both need a cable, a trusted-computer prompt, and a machine you actually own. That is why the profile method exists.
Is it safe to share?
Yes, with the same caution you would apply to an email address. A UDID identifies a device; it does not authorize anything. Someone holding your UDID cannot install apps on your phone, read anything on it, or track your location. What they can do is add it to a signing list — which is precisely the thing you are asking for when you hand it over.
The genuine risk is not the string, it is who you give it to. A signing service that shares one certificate across thousands of strangers will take your UDID and then lose the certificate to a revoke, taking every app on it down at once. That is a reliability question, not a privacy one — and it is worth reading about before you pay anyone: why sideloaded apps get revoked.

What happens after you send it
On builds.io the UDID goes onto the certificate your apps are signed with, and that is the last time you deal with it. One detail to expect, because it surprises people: when a device is newly added, Apple puts it through a processing step on their side. Most devices are ready within a day; some take up to three days while Apple processes them. It is normal, and it happens once — the full explanation is in iPhone app stuck on processing.
After that, installs are one tap from the phone, with no cable and no computer in the loop — the same way you got the UDID in the first place.