In this article, I will guide you about how to activate MS Office 2019 in windows 11? After a series of preview versions, Microsoft finally came out with an official version of Office 2019. It is the stable one, and this means you can download and use it right now without worrying about fatal errors you have gotten in beta versions before.
However, I regret to inform you that according to the disclosures, Microsoft Office 2019 only works on Windows 10 and Windows 11. So if you are using Windows 8, 8.1, or older versions, you will not be able to install it. Honestly, I hate what Microsoft has done to force users to use Windows 10. And I think Office 2016 is still a good choice for casual users at the moment.
How to download Office 2019 from Microsoft homepage
If you have an Office 365 subscription, your Office will automatically upgrade to the latest version without doing anything. However, if you are using Office 2016 or earlier versions, to make sure that Office 2019 will usually work, please uninstall your old version of Office completely before starting a new installation. If you do not have Office 2019 already, an official download link from the Microsoft homepage and select the version you want.
Get office 2019
Version | Download |
---|---|
Office 2019 Home and Student | Link |
Office 2019 Home and Business | Link |
Office 2019 Professional | Link |
Office 2019 Professional Plus | Link |
Installing Office 2019 without a product key in Windows 11
After the download process is complete, you will get an img file. Just open it, then run the setup file to install Office 2019 on your PC.
Upon successful installation, you can open any Office program to verify some basic information.
Just skip the “enter product key” window by clicking the close button at the top right corner.
And as you can see, I am using Office Professional Plus 2019, and the trial license will expire in 7 days.
Use Batch Script for Office Activation in Windows 11 2024
Here below, I provided the script. Follow the Video tutorial is given to avoid mistakes.
Step 1: Copy the following code into a new text document.
@echo off title Activate Microsoft Office 2019 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&echo #Project: Activating Microsoft software products for FREE without additional software&echo =====================================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&set i=1&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul||goto notsupported :skms if %i% GTR 10 goto busy if %i% EQU 1 set KMS=kms7.MSGuides.com if %i% EQU 2 set KMS=s8.uk.to if %i% EQU 3 set KMS=sv9.uk.to if %i% GTR 3 goto ato cscript //nologo ospp.vbs /sethst:%KMS% >nul :ato echo ============================================================================&echo.&echo.&cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running 24/7!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto skms) explorer "http://MSGuides.com"&goto halt :notsupported echo ============================================================================&echo.&echo Sorry, your version is not supported.&echo.&goto halt :busy echo ============================================================================&echo.&echo Sorry, the server is busy and can't respond to your request. Please try again.&echo. :halt pause >nul
Copy the script given above and paste into a Text File and save it with .cmd extension the batch file.
Step 2: Save the text file as a batch file with the .cmd extension. Like (office.cmd).
Step 3: Run this batch file (Office.cmd) with admin rights.
Step 4: Recheck the activation status.
Done! You Office has been activated successfully.
Note: If your PC can not connect to any KMS servers, please rerun the batch file.
More information:
- Here is KMS client key of Office 2019: NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP.
- The KMS license of Office 2019 is valid for 180 days only but it can be renewed automatically so you neednt worry so much about the period.