Before you begin
- Microsoft Office 2019 and newer versions are compatible only with Windows 10 or later.
- If you’re using Windows 7 or 8, you won’t be able to install them. In those cases you can install Office 2016 or Office 2013 instead.
- You can install either the 32-bit or 64-bit version of the Microsoft Office apps. Using the 64-bit version of the app is recommended.
Download and install Excel 2019
Excel 2019 is Microsoft’s standalone spreadsheet application — widely used in business and education — and you’ll need it installed before you can activate a license. If it isn’t on your machine yet, the steps below walk you through the process.
Microsoft’s Office Deployment Tool handles downloading and installing Office components, though its configuration files can be tricky for everyday users. Full documentation is available on Microsoft Learn.
To make things simpler, I wrote a PowerShell script that takes care of downloading, installing, and activating Office in one go. Here’s what it brings to the table:
- Downloads any Office release you need, Microsoft 365 included.
- Handles both 32-bit and 64-bit architectures in a single tool.
- Lets you pick your preferred installation language from a list of supported options.
- Can wipe existing Office installations first, giving you a clean slate.
- Pulls every file straight from Microsoft’s own servers, so downloads are fast and nothing unexpected is bundled in.
1. Right-click the Windows Start icon and choose Windows PowerShell (Admin) to open an elevated PowerShell window. On Windows 11, select Terminal (Admin) instead.
2. Copy and paste the command below into the PowerShell window and press Enter ↵ to download and install the Microsoft Excel 2019.
3. A new window pops up, allowing you to configure the installation options:
- Select a version to install: Choose an Office version, it supports downloading and installing all editions. For example, I will install Excel 2019.
- Arch: Choose the architecture for Microsoft Office; the default option is 64-bit.
- LicenseType: By default, the Volume edition is being installed.
- Mode: By default, Office installs automatically. Select Download mode to create an offline installation package, or choose Activate mode to activate your license.
- Language: Choose a language for the installation. By default, Office will be installed with English as the display language.
4. Once the options are configured, click the Submit button to start.
5. The installation begins automatically after a few seconds and may take several minutes to complete, depending on your internet speed..
6. Once completed, click the Close button, close the PowerShell window then open Microsoft Excel to verify the Excel 2019 has been installed successfully.
7. As shown in the screenshot, I have successfully installed Excel 2019 on my PC. Since the trial license will expire in 7 days, it’s important to activate it promptly.
In the next section, we’ll show you how to activate your Excel 2019 license without using any additional software or crack activation tools.
Method 1: Activate using a PowerShell script
The first and recommended method for activating the license is by using a PowerShell script. This activation method offers several benefits:
- There’s no need to disable real-time protection in the Windows Security Center since our activation methods don’t rely on any crack tools.
- No need to turn off the Windows Firewall or editing the hosts file.
- The script is capable of activating all editions of Microsoft Office.
- The script can be used to activate either Office 64-bit or Office 32-bit.
- You don’t need to know which Microsoft Office edition you’ve installed (Pro, Plus or Standard…). Script detects your Office edition automatically then activates it.
- The script will convert Office Retail to Volume then activate it automatically.
- The KMS license remains valid for 180 days and will renew automatically before it expires.
1. Right-click the Windows Start icon and choose Windows PowerShell (Admin) to open an elevated PowerShell window. On Windows 11, select Terminal (Admin) instead.
2. Copy and paste the command below into the PowerShell window and press Enter ↵ to activate Excel 2019 permanently without needing any cracking software or activation tools.
3. The script runs automatically, and if everything works as expected, the desired output will show up in your PowerShell console.:
# OutputPS C:\Users\admin> irm office.msgang.com | iex=========================================================================Description: Activate all Offices Editions for free without any software.Website: Script by: Leo Nguyen=========================================================================Checking Installed Office editions...Number of Installed Office apps: VOLUME: 1 - RETAIL: 0Activating Microsoft Office products...Number of Activated Products: 1---Processing-----------------------------------------------------------------PRODUCT ID: 00403-40000-00000-AA147SKU ID: 237854e9-79fc-4497-a0c1-a70969691c6bLICENSE NAME: Office 19, Office19Excel2019VL_KMS_Client_AE editionLICENSE DESCRIPTION: Office 19, VOLUME_KMSCLIENT channelLICENSE STATUS: ---LICENSED---REMAINING GRACE: 180 days (259200 minute(s) before expiring)Last 5 characters of installed product key: RVXBDActivation Type Configuration: ALL DNS auto-discovery: KMS name not available KMS machine registry override defined: kms.msgang.com:1688 Activation Interval: 120 minutes Renewal Interval: 244800 minutes KMS host caching: Enabled---------------------------------------------------------------------------------Exiting-----------------------------
Congratulations! The activation was completed successfully.
4. Finally, check the activation status of the Office application. Open the app then navigates to the → File menu → Account option.
5. Check the activation status in the Product Information section.
Method 2: Activate using batch script (CMD)
Another option is to use a batch script to activate the Microsoft Office license. While this method is no longer recommended because of a recent Microsoft update, it can still be used for automation if necessary. If you decide to proceed, follow these steps:
1. The first step is to download the activation batch script to your computer by clicking the download button below.
2. Right click on the downloaded kms.zip file then select Extract All… from the right-click context menu to extract it to your computer.
3. After extracting the zip file, navigate to the extracted folder. Right-click on the batch file and choose “Run as administrator” to execute it with admin privileges.
4. Windows may display a pop-up window “Windows protected your PC.” This will appear if you attempt to run or install an application that Windows does not recognize. To run the script:
Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
More infoMicrosoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk.
5. The script will run automatically. If there are no issues, you should see the screenshot below. You can now press any key to close the command prompt window.
=============================================================Name: Microsoft Office Activator by Leo.Description: Activate all Offices Editions for free without any software.Website: https://msgang.comScript by: Leo Nguyen=============================================================Checking Installed Office editions...Number of Installed Office apps: VOLUME: 1 - RETAIL: 0Activating Microsoft Office products...Number of Activated Products: 1---Processing-------------------------------------------------------SKU ID: d9f5b1c6-5386-495a-88f9-9ad6b41ac9b3LICENSE NAME: Office 16, OfficeWordVL_KMS_Client editionLICENSE DESCRIPTION: Office 16, VOLUME_KMSCLIENT channelLICENSE STATUS: ---LICENSED---REMAINING GRACE: 180 days (259200 minute(s) before expiring)Last 5 characters of installed product key: 4GBJ7Activation Type Configuration: ALLDNS auto-discovery: KMS name not availableKMS machine registry override defined: kms.msgang.com:1688Activation Interval: 120 minutesRenewal Interval: 244800 minutesKMS host caching: Enabled------------------------------------------------------------------------
Conclusion
Hello Friends! My name is Leo, and I’m excited to share everything I know about activating Microsoft software products. In the past, I managed several YouTube channels on this topic, but they were taken down by Microsoft. That’s why I decided to start this blog to keep the conversation alive without interruptions. I’m committed to sharing my knowledge and insights for as long as possible!
If you have any questions or concerns, feel free to leave a comment or visit my Discord server. I’d be happy to provide more details. Thank you so much for your feedback and support!
Want to activate others Microsoft products for free? You can follow the below posts: