Windows 10 & 11
Settings App
- Press
Win + Ito open Settings. - Go to
System → About. - Under Device specifications find System type and under Windows specifications find Version and OS Build.
Quick Keyboard Shortcut
- Press
Win + R, typewinver, press Enter. - A pop-up shows your exact Windows version and build number.
Command Line
- Open PowerShell or Command Prompt.
- Run:
ver - Or:
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
macOS
Apple Menu
- Click the
icon in the menu bar (top-left). - Choose About This Mac.
- The window shows your macOS version name (e.g. Sonoma 14) and build number.
Terminal
- Open
TerminalfromApplications → Utilities. - Run:
sw_vers -productName -productVersion -buildVersion
iPhone / iPad (iOS / iPadOS)
Settings App
- Open
Settings. - Scroll down and tap General → About.
- Look for Software Version (e.g. 18.5).
Alternative Path
- Open
Settings → General → Software Update. - If an update is available, your current version is shown above it.
Android
Settings (most devices)
- Open
Settings. - Go to About phone (or System → About phone on some devices).
- Find Android version or OS version.
Build Number (for deeper detail)
- In the same About phone screen.
- Look at Build number for a full build string (e.g.
AP3A.240805.005).
ⓘ Android skins vary by manufacturer (Samsung One UI, Xiaomi MIUI, etc.), so menu names may differ slightly.
Windows Build Number Reference
Use this when Windows shows a build number but not a marketing version.
| OS Build | Marketing Version | OS Family |
|---|---|---|
| 10240 | Version 1507 (Threshold 1) | Windows 10 |
| 10586 | Version 1511 (Threshold 2) | Windows 10 |
| 14393 | Version 1607 (Anniversary Update) | Windows 10 |
| 15063 | Version 1703 (Creators Update) | Windows 10 |
| 16299 | Version 1709 (Fall Creators Update) | Windows 10 |
| 17134 | Version 1803 (April Update) | Windows 10 |
| 17763 | Version 1809 (October Update) | Windows 10 |
| 18362 | Version 1903 (May Update) | Windows 10 |
| 19041 | Version 2004 (May Update) | Windows 10 |
| 19042 | Version 20H2 (October Update) | Windows 10 |
| 19043 | Version 21H1 (November Update) | Windows 10 |
| 19044 | Version 21H2 (November 2021 Update) | Windows 10 |
| 19045 | Version 22H2 (October Update) | Windows 10 |
| 22000 | Version 21H2 (October Update) | Windows 11 |
| 22621 | Version 22H2 (October Update) | Windows 11 |