Back to Help Center
Troubleshooting

Error 0xC004C060

6 min czytania·Zaktualizowano dzisiaj

Error 0xC004C060 — Product Key Has Been Blocked

The error code 0xC004C060 indicates that during the activation of the Windows system or Microsoft Office package, the activation server rejected the used product key because it has been blocked. In simple terms: the entered key can no longer be used for activation in its current state.

Most often, the problem does not result from a computer failure, but from the license status itself. This occurs after reinstalling the system, replacing hardware, using an incorrect product edition, or entering a key that has been previously invalidated by Microsoft.

What This Error Means

If you see a message like:

0xC004C060: The Software Licensing Service determined that the specified product key has been blocked

it means that the licensing service has deemed the key invalid for activation. Such a key may be:

  • blocked by the manufacturer,
  • assigned to a different type of installation,
  • used in violation of license terms,
  • incorrectly entered,
  • associated with a product whose version does not match the installed edition.

When It Occurs

The 0xC004C060 error typically appears during:

  • activation of a freshly installed Windows system,
  • re-activation after reinstalling the system,
  • changing the main board or significant components,
  • activation of the Office package after migrating to a new computer,
  • entering a key from a sticker, card, email, or Microsoft account,
  • manual activation via Command Line or the activation window.

Causes

The most common causes of the error are:

  • the key has been blocked by Microsoft,
  • the key is for a different edition of the product, e.g., Windows 11 Pro instead of Home,
  • the key is intended for OEM, but is being used after a hardware change,
  • the key has been activated multiple times and the allowed limit has been exceeded,
  • a key from the secondary market was used, which was previously revoked,
  • the system or Office installation is damaged and incorrectly reads the license status,
  • a key with a typo was entered,
  • the activated product does not match the license channel, e.g., Retail / OEM / Volume,
  • the computer has issues with system files or the licensing service.

To resolve the issue, you can try contacting [email protected] or calling the phone number 00 800 121 1654 for further assistance. Additionally, you can attempt to use alternative methods, such as using a different activation method or seeking help from Microsoft support.

Please note that resolving the 0xC004C060 error may require re-obtaining a valid product key or seeking assistance from the software manufacturer or a licensed reseller.

Step-by-Step Solution

Perform the following steps in the Command Prompt run as administrator.

1. Check the System or Office Edition

First, ensure that the key matches the installed product version. In Windows, check the edition:

winver

You can also read the license details:

slmgr.vbs /dlv
slmgr.vbs /dli

If you are activating Office, go to the installation directory and check the status:

For 64-bit Office:

cd "C:\Program Files\Microsoft Office\Office16"
cscript ospp.vbs /dstatus

For 32-bit Office on a 64-bit system:

cd "C:\Program Files (x86)\Microsoft Office\Office16"
cscript ospp.vbs /dstatus

2. Re-enter the Key

If you suspect a typo, re-enter the key:

slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr.vbs /ato

For the Office package:

cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript ospp.vbs /act

If the error returns immediately, the problem is likely related to the key status, not the entry itself.

3. Repair System Integrity

Damaged system files can disrupt activation. Run the following commands in sequence:

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

After completion, restart your computer and retry activation:

slmgr.vbs /ato

4. Check Detailed Activation Status

It's worth confirming whether the system reports additional licensing issues:

slmgr.vbs /xpr
slmgr.vbs /dlv

For Office:

cscript ospp.vbs /dstatusall

If the description still mentions a blocked key, the system itself is working correctly, but the license was rejected on the activation side.

Alternative Repair Methods

If the primary method doesn't work, try the following solutions.

1. Remove the Current Key and Add it Again

In Windows:

slmgr.vbs /upk
slmgr.vbs /cpky
slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
slmgr.vbs /ato

In Office, first check the last 5 characters of the installed key:

cscript ospp.vbs /dstatus

Then remove the key and add the correct one:

cscript ospp.vbs /unpkey:ABCDE
cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
cscript ospp.vbs /act

2. Ensure You're Installing the Correct Edition

If the key is correct but intended for a different version, simply changing the command won't help. Examples:

  • A key for Windows Pro won't activate Windows Home,
  • A key for Office Home & Business won't activate another edition,
  • An OEM key may not work after significant hardware changes.

In such cases, you need to install the correct edition of the product or use the correct license.

3. Activation After Hardware Changes

If the error appeared after replacing the motherboard or migrating the system, the key may have lost the ability to automatically activate. In this case, standard commands often don't suffice, and license verification by technical support is needed.

For assistance, please contact us at [email protected] or call 00 800 121 1654.

When to contact support

It's worth contacting technical support when:

  • you are certain that the key was purchased legally,
  • the key matches the correct edition of the product,
  • after using slmgr.vbs /ato or cscript ospp.vbs /act the error still returns,
  • the problem appeared after replacing hardware,
  • activation was working previously, but was suddenly revoked,
  • you need to confirm the type of license or block status.

Contact number: 00 800 121 1654

Before the call, prepare:

  • the product key,
  • proof of purchase,
  • information about which edition of Windows or Office is installed,
  • the result of the slmgr.vbs /dlv or cscript ospp.vbs /dstatus commands.

Related errors

The error 0xC004C060 is often confused with other activation codes:

  • 0xC004F050 — invalid product key,
  • 0xC004C003 — product key has been blocked or rejected,
  • 0x803FA067 — key does not match the current edition of the system,
  • 0xC004F074 — KMS activation problem,
  • 0xC004E016 — key does not work with this version of the product.

Summary

The error 0xC004C060 usually means a problem with the license key itself, rather than the Windows system. First, it's worth checking the product edition, re-entering the key, and repairing system files with DISM and sfc commands. If the message still indicates that the key has been blocked, verification of the license source or contact with support at 00 800 121 1654 is necessary. You can also contact us via email at [email protected] for further assistance.

Czy ten artykuł był pomocny?

Error 0xC004C060 | Help Center