Forum Discussion
Awenam
Oct 18, 2024Copper Contributor
How to find product key for Microsoft Office already installed
Hi, I have an urgent issue to be fixed and really need help from community. I have Office installed and activated with a product key on my Windows 10 PC. Yesterday, I reinstalled Windows 10 as it...
- Oct 18, 2024
AwenamI had the same issue after reinstalling Windows and couldn't find my Office key. I used Dr. Key to recover it easily, and it worked like a charm – highly recommend it!
I followed this tutorial: (worked with my office 2016)https://www.uumeo.com/find-office-product-key
Hammadanspo
Oct 18, 2024Copper Contributor
If you’re using a version of Office that’s part of a volume license agreement (such as from your organization), you might be able to retrieve the Office product key by checking the registry or using the Get-WmiObject command in PowerShell:
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
jeffre
May 26, 2025Copper Contributor
This is a solution, thank you so much