How To Activate Ms Office 2013 Without Product Key Using Cmd -
Microsoft Office 2013 remains a popular productivity suite for many users who find the newer subscription-based Microsoft 365 unnecessary for their needs. However, running an unactivated copy results in reduced functionality, persistent nag screens, and eventual feature lockouts.
While the official method requires a 25-character product key, there is a widely discussed workaround using the Command Prompt (CMD). This method leverages a Volume License (VL) edition of Office 2013 and a generic Key Management Service (KMS) client key.
Important distinction: You cannot activate a retail version (downloaded from your Microsoft account or bought from a store) using this method without a key. You must have the Volume License (VL) edition of Office 2013 installed. If you have a retail version, this guide will not work.
Run the standard activation command:
cscript ospp.vbs /act
Unless you have a real KMS server on your network, you will see: "Product activation failed. ... 0x8007000B (An error in the application)" or "Key Management Service not available".
| Action | Command |
| :--- | :--- |
| Navigate to Office folder | cd C:\Program Files (x86)\Microsoft Office\Office15 |
| Install GVLK | cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT |
| Show activation status | cscript ospp.vbs /dstatus |
| Attempt activation | cscript ospp.vbs /act |
| Reset trial (rearm) | cscript ospp.vbs /rearm |
| Remove product key | cscript ospp.vbs /unpkey:LAST5CHARS |
Office 2013 allows a 30-day trial period without activation: how to activate ms office 2013 without product key using cmd
# To check remaining trial days (not activation)
cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
The CMD needs to run the specific Office activation script, ospp.vbs. By default, for 64-bit Windows with 32-bit Office (common), the path is:
cd C:\Program Files (x86)\Microsoft Office\Office15
If you have 64-bit Office on 64-bit Windows, use:
cd C:\Program Files\Microsoft Office\Office15
Tip: If you get an error, search for ospp.vbs on your C: drive to find the correct path. Microsoft Office 2013 remains a popular productivity suite
Instead of full activation, you can legally reset the 30-day trial for up to 180 days (or more with repeated resets) without a key. This gives you full functionality temporarily.
Even if Office came with a trial key, overwrite it with the public GVLK. Run:
cscript ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT
You should see: "Product key installed successfully". Unless you have a real KMS server on
Do not attempt to activate Microsoft Office 2013 using Command Prompt without a valid product key. Upgrade to a supported version (Microsoft 365, Office 2021, or free alternatives) to remain secure and compliant.
If you need help with legitimate activation or recovering a lost product key, let me know and I can guide you through the proper steps.