Office 2016 is the latest version of the Microsoft Office productivity suite, succeeding Office 2013. New features of Office 16 include the ability to manage and work with files in Microsoft OneDrive from the lock screen, a powerful search tool for support and commands called “Tell me” and co-authoring mode with users connected to Office Online.
Contents
Download original Office 2016 ISO
You can get the latest version of Microsoft Office 2016 here if you don’t have it. Once your download is complete, you need to extract the original ISO image from the zip file. You will be left with a file named “SW_DVD5_Office_Professional_Plus_2016_W32_English…” (W32 here in the filename refers to the 32-bit version, if you download the 64-bit version, the filename will contain 64Bit instead). Although an ISO file is used to burn CD/DVD or a USB drive, you can install Office 2016 without burning it using 7-zip or similar archive software utility. Here is what you get after extracting the ISO file.
Installing Microsoft Office 2016
Simply run the setup file (named setup.exe) to install Office on your Windows.
Note: By default, Office will be installed in C:\Program Files.
Done!
Activate all versions of Office 2016 for FREE permanently
1. Using KMS client key to activate your Office manually
Time needed: 1 minute.
Activate your Office 2016 via command line using legal product key.
First, you need to open command prompt with admin rights, then follow the instruction below step by step. Just copy/paste the commands and do not forget to hit Enter in order to execute them.
- Find the Office location in your Windows and move to there.
If you install your Office in the ProgramFiles folder, the path will be “%ProgramFiles%\Microsoft Office\Office16” or “%ProgramFiles(x86)%\Microsoft Office\Office16”. It depends on the architecture of the Windows OS you are using. If you are not sure of this issue, don’t worry, just run both of the commands above. One of them will be not executed and an error message will be printed on the screen.
cd /d %ProgramFiles%\Microsoft Office\Office16
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 - Convert your Office to volume version if you are using retail one.
If your Office is got from Microsoft, this step is required. On the contrary, if you install Office from a Volume ISO file, this is optional so just skip it if you want.
for /f %x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
- Install Office client key and activate your Office.
Make sure your PC is connected to the internet, then run the following command.
cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
cscript ospp.vbs /unpkey:BTDRB >nul
cscript ospp.vbs /unpkey:KHGM9 >nul
cscript ospp.vbs /unpkey:CPQVG >nul
cscript ospp.vbs /sethst:kms8.msguides.com
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act
Here is all the text you will get in the command prompt window.C:\Windows\system32>cd /d %ProgramFiles%\Microsoft Office\Office16
C:\Program Files\Microsoft Office\Office16>cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
The system cannot find the path specified.
C:\Program Files\Microsoft Office\Office16>for /f %x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x"
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ppd.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ppd.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ul-oob.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ul-oob.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inslic:"..\root\Licenses16\ProPlusVL_KMS_Client-ul.xrm-ms"
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installing Office license: ..\root\licenses16\proplusvl_kms_client-ul.xrm-ms
Office license installed successfully.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:BTDRB >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:KHGM9 >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /unpkey:CPQVG >nul
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /sethst:kms8.msguides.com
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Successfully applied setting.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /setprt:1688
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Successfully applied setting.
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>cscript ospp.vbs /act
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
---Processing--------------------------
Installed product key detected - attempting to activate the following product:
SKU ID: d450596f-894d-49e0-966a-fd39ed4c4c64
LICENSE NAME: Office 16, Office16ProPlusVL_KMS_Client edition
LICENSE DESCRIPTION: Office 16, VOLUME_KMSCLIENT channel
Last 5 characters of installed product key: WFG99
---Exiting-----------------------------
C:\Program Files\Microsoft Office\Office16>
2. Using prewritten batch script
This method is not recommend anymore due to the new update of Microsoft.
Supported products:
- Microsoft Office Standard 2016
- Microsoft Office Professional Plus 2016
Step 1: Copy the code below into a new text document.
@echo off
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&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\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /unpkey:CPQVG >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS=kms7.MSGuides.com
if %i%==2 set KMS=kms8.MSGuides.com
if %i%==3 set KMS=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS% >nul&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 msguides.com@gmail.com 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 everyday!&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 server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/downloadmsp
:halt
pause >nul
Create a new text document.
Step 2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).
Step 3: Run the batch file as administrator.
Please wait…
Done!
Check the activation status again.
hi thank you for publishing this haha it helped me alot!! Hope u live a happy life 🙂
Thank you brother
Thank you very much! Had so much trouble getting microsoft office and this is the first solution that worked. Great work!
last command gets error
connection error to kms
Don’t work today T_T
thank u very much
Excellent ! Congratulations !
Thanks for the script.
Tried last night didn’t work – server connection error.
I have just run it again today and succeeded.
Thanks Guang,
its done and worked
i wish you all the best
Script still works.
Thanks!
HELP!
When I run the following command, this is what it shows…
cscript ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99
cscript ospp.vbs /unpkey:BTDRB >nul
cscript ospp.vbs /unpkey:KHGM9 >nul
cscript ospp.vbs /unpkey:CPQVG >nul
cscript ospp.vbs /sethst:kms8.msguides.com
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act
ERROR CODE: 0xC004F069
ERROR DESCRIPTION: The Software Licensing Service reported that the product SKU is not found.
Doesnt work now. The same problem
Why does windows defender say that this is a virus that will harm the computer?
Good evening msguides.com. This is to let the community know that i have successfully activated my Microsoft office 2016. I tried 3 times before it was successfully activated after following the Youtube guide.
It works for me and this is what i noticed:
1) deactivate your window antivirus before saving the link
2) Restart your computer
3) Then open word and go the saved link and run as administrator
4) All done
Thank you very much helping me to save some quids
in my pc its not working it just started for 12 april 2020. how can i make it for life time.
Thank you! It works. I wasn’t able to do it with Office 2019 but downloading 2016, following the steps here on this page and not opening anything beforehand worked for me. Just remember to turn off Windows Defender. I wasn’t sure which Defender firewall etc might have been affecting my install so I just turned off everything.
Thank you!
THX ITS Worked
Hello
I am Reseller License Product Key Microsoft Genuine in Best Price and High Quality + Guarantee 2 Months
** i Hope to cooperate with you soon **
if you need contact me :
Skype : live:zakarria1999
Whatsapp : +212 : 600894363
Gmail : zakariabouabad23 @ gmail.com
List Product :
*******************************************************
Activation By Online :
Microsoft Office 2016 Pro Plus | 1 user | 3 $
Microsoft Office 2016 Pro Plus | 5 users | 4 $
Microsoft Office 2016 Home & Student | 1 user | 8 $
Activation By Phone :
Microsoft Office 2016 Pro Plus | 1 user | 1 $
Microsoft Office 2016 Home & Student | 1 user | 2 $
Microsoft Office 2016 Home & Business | 1 user | 8 $
*****************************************************
Activation By Online :
Microsoft Office 2019 Pro Plus | 1 user | 3 $
Microsoft Office 2019 Pro Plus | 5 user | 4 $
Microsoft Office 2019 Home & Student | 1 user | 5 $
Activation By Phone :
Microsoft Office 2019 Pro Plus | 1 user | 1 $
Microsoft Office 2019 Home & Student | 1 user | 2 $
Microsoft Office 2016 Home & Business | 1 user | 8 $
******************************************************
Activation By Online :
Windows 10 pro | 1 user | 1 $
Windows 10 pro | 5 user | 3 $
Windows 10 Home | 1 user | 1 $
Windows 10 Home | 5 user | 3 $
****************************************
Windows 8 Pro | 5 users | 1 $
Windows 8 Pro | 5 users | 3 $
*****************************************
Windows 7 Pro | 5 Users | 3 $
windows 7 ultimate | 5 Users | 3 $
Windows 7 Home Premium | 5 user | 3 $
Windows 7 Ultimat | 5 users | 3 $
*****************************************
Payment:
All payment is via Paypal or E-Transfer. PayPal is recommended as it offers buyers protection. After Payment you will receive desired product key and download Link .
******************************************
I wish you happy days
this is broken now. both are not working.
MS blocked KMS
Disable Windows Defender, retry activation.
Thanks a lot! It took me 2 days to find the ways to activate office 365 but you solved it just 3 minutes. Wish you all the best!
Excelente! funcionó a la perfección mediante el metodo con command promt. El paso 3 se aplica de a un comando por vez y funciona ok!
Excelent it did work for my office 2016