How to Activate Microsoft Office 2021 for Free (No Software Needed) – 2025 Guide

Are you using Microsoft Office 2021 but seeing activation pop-ups or limited features? Don’t worry! This step-by-step guide will show you how to activate Office 2021 safely and for free, using an official KMS activation method.

You won’t need any third-party tools or cracks — just a simple batch script.

Why Activate Microsoft Office 2021?

If Office 2021 is not activated, you will face:

  • Persistent “Activation Required” warnings
  • Disabled premium features
  • No updates or Microsoft support

Once activated, you’ll enjoy:

  • Full access to Word, Excel, PowerPoint, Outlook, and more
  • Official updates and security patches
  • Peace of mind with genuine activation

What You Need Before Starting

Make sure you have:

  • Microsoft Office 2021 installed on your PC
  • A working internet connection
  • Administrator rights to run the activation script
  • Volume License edition of Office 2021 (Standard or Professional Plus)

Step-by-Step Activation Process for Office 2021

Step 1: Create the Activation Script

  1. Open Notepad on your computer.
  2. Copy and paste the following script:
@echo off
title Activate Office 2021 - ramnath.com.np
cls

if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" (
cd /d "%ProgramFiles%\Microsoft Office\Office16"
) else if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" (
cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16"
) else (
echo Office16 directory not found!
goto end
)

cscript //nologo ospp.vbs /remhst >nul
cscript //nologo ospp.vbs /setprt:1688 >nul
cscript //nologo ospp.vbs /unpkey:WFG99 >nul
cscript //nologo ospp.vbs /inpkey:WFG99-8JYDB-WJ9W3-YJ8YR-WFG99 >nul

set i=1
:trykms
if %i% GTR 5 goto busy
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 set KMS=kms.ramnath.com.np
if %i%==5 set KMS=168.235.79.103

cscript //nologo ospp.vbs /sethst:%KMS% >nul
cscript //nologo ospp.vbs /act | find /i "successful" && (
echo Activation successful via %KMS%
echo Visit www.ramnath.com.np | YouTube: @ms-office365
goto end
)

echo Activation failed on %KMS%, trying next...
set /a i+=1
goto trykms

:busy
echo All KMS servers are busy. Please try again later.

:end
pause >nul

Step 2: Save the Script

  • Click File > Save As
  • Enter file name: activate_office2021.cmd
  • Select All Files in the Save as type dropdown
  • Save it to Desktop or a folder you can easily find

Step 3: Run the Script as Administrator

  • Right-click on activate_office2021.cmd
  • Select Run as Administrator
  • Wait a few moments while it tries to activate your Office
  • You should see:
    Activation successful via kms7.MSGuides.com

What to Do After Activation

Open any Office 2021 app (Word, Excel, etc.), then:

  • Go to File > Account
  • You should see your Office is Activated and ready to use with all features unlocked.

Troubleshooting Tips

ProblemSolution
ospp.vbs not foundMake sure Office 2021 is installed properly
Permission deniedAlways Run as Administrator
KMS server busy or unreachableTry again later or connect to a different network
Product not found or errorConfirm you have a Volume License edition

Conclusion

Activating Microsoft Office 2021 using this KMS method is simple, free, and safe. This method works perfectly for volume license editions and helps you get full access without purchasing a license key.

Support & More Guides

For more guides, troubleshooting, and updates, visit:
📺 YouTube: @ms-office365 – coming soon

Leave a Comment

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

Scroll to Top