Skip to main content
All CollectionsTroubleshooting
How to Fix Windows Error Code: 0xc0ea000a
How to Fix Windows Error Code: 0xc0ea000a

Learn how to fix Windows activation error 0xc0ea000a caused by hardware changes using PowerShell.

Updated this week

Overview

If you see the error message "It looks like the hardware on this device has changed. Make sure you are connected to the internet and try again later. (0xc0ea000a)", it means that Windows activation servers are unable to validate your product key due to a hardware change.

Follow the steps below to reactivate Windows using your product key.


Step 1: Open PowerShell as Administrator

  1. Click on the Start menu.

  2. Type PowerShell in the search bar.

  3. Right-click on Windows PowerShell and select Run as administrator.

  4. Click Yes if prompted by User Account Control (UAC).


Step 2: Enter Your Product Key

  1. In the PowerShell window, type the following command:

    slmgr -ipk YOUR-PRODUCT-KEY
  2. Replace YOUR-PRODUCT-KEY with your actual Windows product key.

  3. Press Enter.

Example:

slmgr -ipk 82312-ABCDE-AB89X-1234GF-567YA

Step 3: Activate Windows

  1. In the same PowerShell window, type:

    slmgr -ato
  2. Press Enter.

  3. Wait for the activation confirmation message.


Troubleshooting

If activation fails:

  • Ensure your device is connected to the internet.

  • Double-check that you entered the correct product key.

  • Restart your PC and try again.

  • If the issue persists, go to Settings > Update & Security > Activation and follow the troubleshooting options.


Did this answer your question?