Download and use Office 2016 for FREE without a product key

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.

Download original Office 2016 ISO

You can get the latest version of Microsoft Office here if you do not 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 flash 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.

Here are all the files you will get after extracting Office iso image
here are all the files you will get after extracting Office iso image

Installing Microsoft Office 2016

Simply run the setup file (named setup.exe) to install Office on your Windows.

Run the installation file then click continue button
Run the installation file then click continue button
Click "install now" button
Click “install now” button

Note: By default, Office will be installed in “C:\Program Files”.

The installation progress has been started
The installation progress has been started

Done!

Office 2016 was installed successfully
office 2016 was installed successfully

Activate all versions of Office 2016 for FREE permanently

1. Using KMS client key to activate your Office manually

How to activate Office 2016 using KMS commands

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.

Step 1.1: 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
Open Office folder
Open Office folder

Step 1.2: 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"
Convert Office license
Convert Office license

Step 1.3: 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:107.175.77.7
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act

If you see the error 0xC004F074, it means that your internet connection is unstable or the server is busy. Please make sure your device is online and try the command “act” again until you succeed.

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:107.175.77.7
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>
Product activation successful
Product activation successful

2. Using prewritten batch script

This one is not recommended anymore due to the new update of Microsoft.

Supported products:

  • Microsoft Office Standard 2016
  • Microsoft Office Professional Plus 2016

Step 2.1: Copy the code below into a new text document.

@echo off
title Activate Microsoft Office 2016 (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 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&set i=1&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >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=107.175.77.7
if %i% GTR 2 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

Create a new text document.

Create new text file
Create new text file

Step 2.2: Paste the code into the text file. Then save it as a batch file (named “1click.cmd”).

Save batch file
Save batch file
Set name of batch script
Set name of batch script

Step 2.3: Run the batch file as administrator.

Execute the batch script in admin mode
Execute the batch script in admin mode

Please wait…

Office 2016 activation progress
Office 2016 activation progress

Done!

Office 2016 product activation successful
Office 2016 product activation successful

Check the activation status again.

Checkout activation status once again
Checkout activation status once again

If you would have any questions or concerns, please leave your comments. I would be glad to explain in more details. Thank you so much for all your feedback and support!

4.9/5 - (1573 votes)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

1,299 Comments

  1. Hello there, I discovered your blog via Google while searching for a similar matter, your
    website came up, it seems good. I’ve bookmarked it
    in my google bookmarks.
    Hi there, simply changed into aware of your weblog through Google, and
    located that it is truly informative. I am gonna watch out for brussels.
    I will appreciate in the event you continue this in future.

    Many other folks shall be benefited from your writing.
    Cheers!온라인카지노

  2. Good post. I learn something totally new and challenging on websites I
    stumbleupon on a daily basis. It will always be helpful to
    read articles from other writers and use something
    from their websites. 온라인카지노

  3. I am now not certain where you are getting your information, but great topic.
    I must spend a while finding out much more or understanding more.
    Thank you for magnificent information I was looking for this info for my mission.바카라사이트

  4. Wonderful, what a webpage it is! This web site gives helpful facts to us, keep it up.바카라사이트

    1. Don’t have more than a copy of office 2016 on same PC, otherwise, only the one not activate pop up>

      Control panel, uninstall the office version you don’t need anymore.

      Done

        1. Where you get Office 2016 download?

          Is it complete Office 2016 version?

          Top click community, create a question with picture of activation the best.

          Mr Guang and others will help you solve your problem

      1. Not really, i had to buy a license. I tried all the Ms i could find. There was one that worked on my laptop before i formated it, it had an option to choose which version of office you had. But i never could find it again.

  5. Thank you so much bro!! G*d Bless you! its working..from Malaysia.just activated office mondo 2016. u just save me 100USD!!

  6. you are a genius bro.. thanks a ton! Wasn’t working at first, but finally it did after PC reser.

  7. Hi

    I have tried it several times but it keeps failing. says version not supported. is because im running win10?

  8. Hi, thanks for helping me. I have a problem here,

    “C:\WINDOWS\system3wbem\wbemdisp.dll is either not designen to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0xc0000020.”

    “An error occured while making the connection. ERROR CODE: -2147221020.”

    what should i do? Thanks before

    1. Top Community click in

      Create a question for all kind of error detail with picture.

      Mr Guang or others will help you to solve your problem.

  9. #Project: Activating Microsoft software products for FREE without software
    ============================================================================

    #Supported products:
    – Microsoft Office Standard 2016
    – Microsoft Office Professional Plus 2016

    ============================================================================
    Activating your Office…
    ============================================================================

    The connection to my KMS server failed! Trying to connect to another one…
    Please wait…

    ============================================================================

    The connection to my KMS server failed! Trying to connect to another one…
    Please wait…

    ============================================================================

    The connection to my KMS server failed! Trying to connect to another one…
    Please wait…

    ============================================================================
    Sorry! Your version is not supported.
    Please try installing the latest version here: bit.ly/downloadmsp

  10. Still experiencing errors, ” not supported” i tried several times but nothing is happening
    what should i do?

  11. I tried to activate my Microsoft office pro plus 2016 by copy pasting the text file and saving it as 1click.bat on my windows 10. Yet after running it as administrator, it claims that the product has been activated but my microsoft office shows that it is still not activated. Please help meeee

  12. I can’t find the download files, when I click here to download, it will jumo into another web-page 🙁

  13. same here nt support your version
    Sorry! Your version is not supported.
    Please try installing the latest version here: bit.ly/downloadmsp
    that’s msg shows after administrator run
    HELP ME GUYS……………………………………………

  14. Hi, After running the script and installing it on office 2016 pro plus, when we check for activation it say “Activation Required” and the application will expire after a month. Thanks

    1. Don’t have more than one copy of Office 2016 pro plus on same PC. Otherwise, Every time, only the haven’t activate Office 2016 pro plus will pop up.

  15. Office 365

    Don´t work this is a message:

    The connection to my KMS server failed! Trying to connect to another one…
    Please wait…

    Tks

  16. i would like to record my thanking for you so much and i want ask you resolving my problem your licence windows will expire soon

    1. How did it work for you dude? Mine shows that the product activation was successful but the minute I open excel or ppt it shows “Activation required”

  17. Nike Coupons → OFF in March 2019
    Up to Off Select Styles + Free Shipping & Returns With Nike+ Membership
    Click for nike coupons