Home About Tools Projects Guides & Blog ⚡ Hire Me ✦ Websites Contact →
← IT Tools/Autopilot Hash Decoder
🖥️

Autopilot Hash Decoder

Paste a Windows Autopilot hardware hash to decode the device serial number, model, PKID, and manufacturer. Useful for pre-provisioning checks.

🔒 Runs entirely in your browser · No data sent
Paste Hardware Hash
How to get the hardware hash

Run this on the device (as Administrator) to generate the hash and copy it to your clipboard:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Install-Script -Name Get-WindowsAutoPilotInfo -Force
Get-WindowsAutoPilotInfo -OutputFile "$env:TEMP\AutopilotHWID.csv"
Get-Content "$env:TEMP\AutopilotHWID.csv"

The hash column from the CSV is what you paste above. It typically starts with a long base64 string.