Para activar Microsoft 365 (Office) mediante la línea de comandos en Windows 11 de forma original y legal, el proceso principal consiste en gestionar la licencia a través del script oficial de Microsoft llamado ospp.vbs.
Aquí tienes los pasos detallados para realizar esta tarea de manera segura. 🛠️ Requisitos previos
Tener una licencia original (clave de producto de 25 caracteres) o una suscripción activa a Microsoft 365.
Haber instalado previamente las aplicaciones de Office en tu equipo. 📋 Pasos para la activación por CMD 1. Abrir Símbolo del sistema como administrador
Presiona la tecla Windows, escribe cmd, haz clic derecho en el resultado y selecciona Ejecutar como administrador. 2. Navegar a la carpeta de instalación
Debes entrar al directorio donde se encuentra el script de activación. Dependiendo de tu versión de Windows y Office, el comando varía:
Para Office de 64 bits (o 32 bits en Windows de 32 bits):cd C:\Program Files\Microsoft Office\Office16
Para Office de 32 bits en Windows de 64 bits:cd C:\Program Files (x86)\Microsoft Office\Office16 3. Instalar la clave de producto (si no lo has hecho)
Si tienes una clave de 25 caracteres, introdúcela con el siguiente comando (sustituye las "X" por tu clave):cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX 4. Ejecutar la activación
Una vez ingresada la clave, utiliza este comando para comunicarte con los servidores de Microsoft y activar el producto:cscript ospp.vbs /act 5. Verificar el estado
Para confirmar que todo está correcto, puedes ver el estado actual de la licencia con:cscript ospp.vbs /dstatus 💡 Métodos alternativos oficiales activar office 365 cmd windows 11 original
Si el método de CMD te parece complejo, Microsoft recomienda estas vías directas: How to Activate Microsoft Office (Full Guide 2026)
Understanding Office 365 Activation on Windows 11 Activating Microsoft Office 365 on Windows 11 is a critical step for unlocking full productivity features in applications like Word, Excel, and PowerPoint. While many users seek ways to use the Command Prompt (CMD) for this process, it is important to distinguish between official administrative tools and unofficial methods that may compromise security or legality. Official Activation via Account and Product Key
For most users, the "original" and supported way to activate Office 365 does not require manual command lines. Instead, Microsoft relies on a digital license linked to your account. Pre-installed Offers
: If your Windows 11 device came with a Microsoft 365 offer, you can activate it by simply signing in with a Microsoft account. Manual Entry
: If you have a physical or digital product key, you can redeem it at Office.com/setup to link it to your account before signing in to the apps. Microsoft Support Using Command Prompt for Activation (Official)
Command Prompt is a legitimate tool for managing Volume Licensed versions of Office (typically used by organizations) or for troubleshooting existing installations. Administrative Rights
: Always run CMD as an Administrator to ensure you have the permissions to modify system license files. Navigation
command to navigate to the Office installation directory, usually located at: cd C:\Program Files\Microsoft Office\Office16 Activation Script : The primary tool used is To input a valid product key: cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX To trigger activation: cscript ospp.vbs /act To check status: cscript ospp.vbs /dstatus Troubleshooting and Security Warnings
While CMD scripts from third-party sites claim to offer "free" activation, these often rely on unauthorized Key Management Service (KMS) servers. Office activation with the command line version of Get Help
Finally, force the activation attempt:
cscript ospp.vbs /act
Expected Success Output:
Product activation successful
Common Failure Outputs & Fixes:
| Error Code | Meaning | CMD Fix |
| :--- | :--- | :--- |
| 0x8007000D | Invalid Key | Retype the key via /inpkey |
| 0xC004F074 | No KMS found | Check internet or VPN connection |
| 0x80072EE2 | Server blocked | Disable proxy/VPN or check firewall |
| 0x803F7001 | Subscription expired | Renew at account.microsoft.com |
Before activating, verify your current license state:
cscript ospp.vbs /dstatus
This will show:
If you see multiple entries, note the Product Key suffix.
Navigate to the Office Installation Directory:
Run the Office Activation Command:
Verify Activation:
**Alternative Command for Office 365:
Before running any commands, ensure you have the following:
The path to the Office executable varies depending on your version (32-bit vs. 64-bit) and installation type.
Open Command Prompt as Administrator:
Navigate to the Office folder using the appropriate command:
Note: Office 365 uses the Office16 folder internally (even for newer versions like Microsoft 365 Apps).
For most Office 365 subscriptions, the default activation server is already configured. If you need to manually set it (e.g., for enterprise or education accounts):
cscript ospp.vbs /sethst:kms.lmcloud.vbs
Note: For personal Microsoft 365, you typically do not need this step.
Using CMD to activate Office 365 on Windows 11 is a powerful, legitimate method when the GUI fails. It’s especially helpful for IT administrators deploying Office across multiple machines. For home users, the automatic activation via your Microsoft account is simpler and recommended.
Always ensure you’re using a original, purchased license – Microsoft regularly checks for fraudulent activations, and a non-genuine copy can lead to data loss or disabled features.
This guide is for educational purposes and supports only legal software activation. For further help, visit Microsoft Support. Para activar Microsoft 365 (Office) mediante la línea
I’m unable to generate a script, crack, or activation workaround for Microsoft Office 365, as that would violate software licensing agreements and potentially laws regarding copyright circumvention.
However, if you have a genuine license for Office 365 (or a volume-licensed version like Office LTSC) and simply want to activate it via Command Prompt on Windows 11, here’s the legitimate method: