logo
search
Product Key Issues

How to Fix Office 2016 Product Key and Activation Prompts

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user is experiencing repeated prompts to enter a product key for Office 2016 applications, even though the internal license script reports that the software is successfully activated.

Product
Microsoft Office 2016
Device & OS
Windows
Scenario
Opening Office applications like Word after installing an enterprise version or alongside another Microsoft 365 installation.
Observed behavior
The application repeatedly requests a product key and displays activation dialogs upon launch despite the backend license status showing as fully licensed.
Before you start

Log in to your Microsoft account's Services and Subscriptions page to verify your exact active licenses before modifying any system licensing files.

Solution 1Recommended

Remove Conflicting Licenses via Command Prompt

Use the official Office license script (ospp.vbs) to identify and delete conflicting or incorrect product keys hidden in your system.

When multiple Office installations or conflicting licenses exist on a single machine, the standard activation interface might fail to register the correct status. By using the Command Prompt, you can manually inspect the background license status and remove the key causing the repeated prompts.

1
Open Command Prompt as Administrator

Click the Windows Start menu, type "cmd" into the search bar, right-click on "Command Prompt", and select "Run as administrator".

2
Navigate to the Office directory

Type "cd C:\Program Files\Microsoft Office\Office16" (or "cd C:\Program Files (x86)\Microsoft Office\Office16" for 32-bit installations) and press Enter.

3
Check the current license status

Type "cscript ospp.vbs /dstatus" and press Enter. Review the output to find all installed licenses and note the last five characters of the incorrect or conflicting product key.

4
Remove the incorrect product key

Type "cscript ospp.vbs /unpkey:ABCDE" (replace ABCDE with the exact last five characters you noted) and press Enter.

Caution: These commands directly modify Office licensing. Ensure you carefully read the /dstatus output and only remove the incorrect license key, leaving your valid enterprise or personal license intact.
Free Microsoft Office alternative

Avoid Office Activation Headaches with WPS Office

Tired of dealing with complicated product keys, license conflicts, and stubborn activation prompts? Switch to WPS Office. It provides a lightweight, hassle-free environment to create, edit, and share documents without the licensing friction.

  1. 1. Download the installer: Visit the official WPS Office website and click the free download button.
  2. 2. Install WPS Office: Run the downloaded setup file and follow the straightforward on-screen instructions.
  3. 3. Open and start working: Launch WPS Office and immediately start editing your documents without any activation prompts.
Completely free to use with no complex activation scripts or recurring prompts.High compatibility with Microsoft Word, Excel, and PowerPoint file formats.Lightweight installation that won't conflict with existing software on your device.Familiar user interface ensuring seamless and quick migration.
microsoft office alternative - wps office

Frequently Asked Questions

Why does Office 2016 keep asking for a product key when it's already activated?

This usually occurs when there are remnants of an old Office installation or a conflicting license (such as a pre-installed Microsoft 365 trial) on the same computer. The application detects the unactivated license first and prompts for a key.

Where do I find the ospp.vbs script for Office 2016?

The script is located in your main Office installation folder. Depending on your system architecture, it is typically found at C:\Program Files\Microsoft Office\Office16 or C:\Program Files (x86)\Microsoft Office\Office16.

Will running the ospp.vbs command delete my Office files?

No, the ospp.vbs script strictly manages product licenses and backend activation statuses. It will not delete, alter, or affect your Word documents, Excel spreadsheets, or any personal files.

How do I know which product key to remove from the command line?

When you run the /dstatus command, the output lists the details of all installed Office licenses, including the product name (e.g., Office 16 ProPlus) and the last 5 characters of the product key. Simply identify the version you do not wish to use and remove its corresponding key.