🔓 How to Activate Microsoft Office 2013 for Free – Step-by-Step Guide (2025)

If you’re using Microsoft Office 2013 and want to unlock its full functionality, you’re in the right place. Many users don’t realize that Office 2013 can be activated safely using KMS (Key Management Service) — no third-party software or tools required.

In this article, I’ll show you exactly how to activate Office 2013 with a batch script. It’s quick, clean, and works flawlessly in 2025. Let’s get started!

🧑‍💻 Step-by-Step Activation Instructions

🔹 Step 1: Copy the Activation Script

Open Notepad and paste the following code:

@echo off
title Activate Microsoft Office 2013 - ramnath.com.np
cls

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

cscript //nologo ospp.vbs /remhst >nul
cscript //nologo ospp.vbs /setprt:1688 >nul
cscript //nologo ospp.vbs /unpkey:YC7DK >nul
cscript //nologo ospp.vbs /inpkey:YC7DK-G2NP3-2QQC3-J6H88-GVGXT >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=102.128.64.30
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. Try again later.

:end
pause >nul

🔹 Step 2: Save the File

  • Click File > Save As
  • File name: activate_office2013.cmd
  • Save as type: All Files
  • Save location: Desktop

🔹 Step 3: Run the Script as Administrator

  • Right-click the saved file
  • Click “Run as Administrator”
  • Wait a few seconds for the activation process to finish

If successful, you’ll see:

“Activation successful via kms7.MSGuides.com”

🛠️ Troubleshooting Activation Errors

ProblemSolution
“ospp.vbs not found”Make sure Office 2013 is installed
“Permission denied”Run the script as Administrator
“Activation failed on all KMS servers”Try again later or switch your network

🎥 Video Tutorial (Coming Soon)

Need a visual guide? I will create a YouTube tutorial for this process:

📺 @ms-office365

👉 Like and Subscribe if you find it helpful!

Leave a Comment

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

Scroll to Top