We Can’t Activate Windows on this Device right Now Error [Fixed]

Photo of author

By Victor Ashiedu

Published

When you try to activate Windows Server 2016 with the GUI tool you may receive error code 0xc004fc07 (“We Can’t activate Windows on the device right now.”). Fix the error by trying the solutions below in order.

Option 1: Active Windows with the slmgr Command

Here are the steps to apply this fix:

  • Type command prompt in search bar. Then right-click Command Prompt and select Run as administrator.
error code 0xc004fc07 server 2016
  • When command prompt opens, type this command. Then press enter.
slmgr -upk 

This command will remove existing product key. After running the command you will receive the confirmation below.

error code 0xc004fc07 server 2016
  • To install your new product key, type this command and press enter.
slmgr -ipk <your-windows-product-key>

Replace <your-windows-product-key> with your Windows Server 2016 valid product key.

Option 2: Active Windows with the DISM Command

You can also activate Windows with DISM. Here are the steps:

  • Open Command Prompt as administrator. Then type this command and press enter
DISM /online /Get-TargetEditions

The command displays the Windows editions your current edition can be upgraded to.

In my example, I can only upgrade to ServerDatacenter. If I try to upgrade to any other edition, it will fail.

  • To upgrade your server to one of the target editions with a valid product key, type the command below. Then press enter.
DISM /online /Set-Edition:ServerDatacenter /AcceptEula /ProductKey:<your-windows-product-key> 

Replace <your-windows-product-key> with your Windows Server 2016 valid product key.

Conclusion

These are the two methods to fix error code 0xc004fc07 – “We Can’t activate Windows on the device right now.”

One important note about the DISM command: if you receive error 87, ensure there are no spaces between /Set-Edition: and the edition name. Also confirm that there is now space between /ProductKey: and the product key you entered.

It will be great to know the method that fixed error code 0xc004fc07 server 2016 for you.

If you were able to clear the Windows can’t activate right now error from your PC with the steps in this guide, please give us feedback about the article by responding to the “Was this page helpful?” question below.

Furthermore, visit our Windows Server Fix page for more Windows Server fixes.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

5 thoughts on “We Can’t Activate Windows on this Device right Now Error [Fixed]”

Leave a comment

Send this to a friend