+50,000 satisfied customers
-10% CODE WELCOME10
TUTORIAL 24 July 2026 Ma-Cle.fr

Error Code 30180-4: Fix a Failed Office Installation

Error 30180-4 turns up in the middle of an Office installation: the Click-to-Run engine could not fetch or validate its files from Microsoft’s servers, so it gives up before finishing. Nine times out of ten the culprit sits somewhere on the network path — a dropped connection, a VPN, a corporate proxy, a firewall or an antivirus filtering Microsoft’s CDN — and not your licence. At that point in the process, your product key has not even been asked for yet. The good news: you almost never need to reinstall Windows or buy anything twice. We will work from the simplest fix (a clean retry on an unblocked connection) up to the heaviest one (a full cleanup, then an offline install).

What does error 30180-4 actually mean?

Every code shaped like 30xxx-4 comes from the same component: the Office Click-to-Run installer, driven by the ClickToRunSvc service, which streams Office down in successive chunks from Microsoft’s content delivery network. Microsoft has never published a per-number breakdown of what each digit stands for, so treat the suspiciously precise explanations you will find on forums with caution. The behaviour, on the other hand, is perfectly consistent: the install starts, makes progress, then stops because it never received all the files it needed.

The documented causes of this kind of failure always come from the same short list:

  • An unstable, dropped or simply slow internet connection — Office weighs several gigabytes;
  • An active VPN, a company proxy or a filtering DNS intercepting the download;
  • A third-party firewall or antivirus blocking Microsoft’s distribution servers;
  • The Click-to-Run service or Windows Update stopped or sitting in an error state;
  • Partial files from an earlier attempt, leftovers from a badly uninstalled Office, or a saturated disk;
  • A wrong date and time on the PC, which breaks HTTPS certificate validation;
  • An installer from an unofficial source — a “repack” with a built-in activator — blocked by Windows.

The fixes, from simplest to most drastic

1. Retry the installation under decent conditions

Rule out the false leads first. This step alone clears a surprising number of cases.

  1. Restart the PC and close every Office application still running.
  2. Favour a wired Ethernet connection or a stable mobile hotspot, and switch off any VPN.
  3. Check Settings > Time & language > Date & time: automatic time should be on.
  4. Free up space: 4 GB minimum on C:, 10 GB if you want breathing room.
  5. Relaunch the installer with a right-click > Run as administrator.

Too simple to be worth it? Not quite. Click-to-Run resumes from whatever it already managed to download, so a stale cache combined with one file locked by a background Excel window is enough to stall the entire job. A reboot clears both at once.

2. Clear the network path: proxy, firewall, antivirus

Open an administrator Command Prompt and check that no leftover proxy is configured, using netsh winhttp show proxy. If an address shows up while you are sitting on a home connection, reset it with netsh winhttp reset proxy, then double-check Settings > Network & Internet > Proxy. Next, allow the installer’s endpoints through your firewall and your antivirus:

What to allowWhy it matters
officecdn.microsoft.comMicrosoft’s main Office download server
officecdn.microsoft.com.edgesuite.netMirror distributing the same content
*.microsoft.com and *.office.comFile integrity and licence verification
Outbound TCP ports 80 and 443The installer’s HTTP / HTTPS traffic

If you run a third-party antivirus (Avast, Norton, McAfee, Kaspersky and the rest), pause it for the duration of the installation, then turn it back on immediately afterwards. Do not uninstall it for good over a one-off download problem.

One caveat for work machines: on a managed laptop, none of the above may be yours to change. Proxy settings and endpoint protection are pushed by policy and will silently reapply themselves. In that situation, either install from a personal connection or ask IT to whitelist the two CDN hostnames listed above.

3. Restart the Office services, then run a repair

Open services.msc (Windows + R) and confirm that Microsoft Office Click-to-Run Service (ClickToRunSvc) and Windows Update are both running with their startup type set to Automatic. From an administrator command line: net stop ClickToRunSvc, then net start ClickToRunSvc.

If Office is already partly installed, use the built-in repair: Settings > Apps > Installed apps, click Microsoft Office or Microsoft 365, then Modify. Start with the Quick Repair — local, roughly two minutes. If the error survives that, the Online Repair replaces every file from scratch.

Installation stuck, or no key to hand?

There is no point losing an afternoon to this: a fresh, genuine Office licence costs under €20, comes with an official download link and lands in your inbox within five minutes. Office 2021 Pro Plus at €19.90 — clean install, immediate activation, lifetime guarantee.

4. Wipe Office completely before reinstalling

An interrupted installation leaves half-written files behind, and those leftovers are precisely what makes the next attempt fail as well. Deleting the Microsoft Office folder by hand will not cut it: registry keys and shared components stay right where they are.

  1. Download the Microsoft Support and Recovery Assistant (SaRA) from Microsoft’s own site and pick the “uninstall Office” scenario.
  2. Let it remove every version it detects, then restart the PC.
  3. Empty the temporary folder: Windows + R, %temp%, select everything, delete.
  4. Reinstall from your Microsoft account or from the official link supplied with your licence.

5. Install Office offline with the Deployment Tool

This is the move that never fails when the download keeps dying on you: pull the files down in one place, install them in another. Download the Office Deployment Tool from Microsoft, write a configuration.xml naming the product, the update channel and the language (en-us, for example), then run setup.exe /download configuration.xml — from a different PC if that is what it takes. Copy the resulting folder onto a USB stick and run setup.exe /configure configuration.xml on the stubborn machine. Not a single byte needs to come off the internet any more.

All that is left is entering your key (Word > File > Account > Activate Product) or, from a command line inside the Office folder: cscript ospp.vbs /inpkey:YOUR-KEY followed by cscript ospp.vbs /act. You can confirm the result at any time with cscript ospp.vbs /dstatus, which prints the licence status and the last five characters of the installed key. Our Office 2021 activation guide covers the same sequence screen by screen, and every Office 2021 Pro Plus licence ships with that official download link included.

If nothing above worked

Let us be straight about it: 30180-4 is an installation error, not a licensing one. If all five steps came up empty, two dead ends remain, and no command line gets you out of either. The first: your installation source is rotten — a key bought on a dubious marketplace, a “repack” installer with an activator baked in, a home-made ISO. Windows blocks those files, quite rightly, and that block is what surfaces as the error. The second: the key itself is blocked, revoked, or has burned through its activation count, which usually announces itself as error 25004, the key already in use. No online repair and no ospp.vbs command resurrects a dead key. Be sceptical of any tutorial that claims otherwise.

Two ways out, then. If your purchase is legitimate and you can prove it, contact Microsoft support: they can unblock a key that was invalidated unfairly. Otherwise, start again from a clean base, with a genuine licence and an official download link — Office 2021 Pro Plus at €19.90 or Office 2024 Pro Plus at €24.90. These are genuine second-hand licences, resold legally throughout the EU under the Court of Justice’s UsedSoft ruling (C-128/11), which established that a perpetual software licence can lawfully change hands. That is the whole reason the price bears no resemblance to the shelf price. EuroShopKey’s EU-based support answers 24/7 and will stay with you through the installation.

Frequently asked questions

Does error 30180-4 mean my Office product key is invalid?

No. It fires before any licence check takes place — the installer has not requested your key at that stage. Genuine activation problems carry different codes, such as 0x4004F00C or 0xC004F074, or they show up as the “Unlicensed Product” banner across the top of Word. Keep your key somewhere safe: it will earn its keep once the installation finally completes.

Can I install Office without an internet connection to avoid 30180-4?

Yes, and it is the most reliable route available. The Deployment Tool from step 5 downloads every file over a healthy connection, then installs offline from a USB stick. Only the final activation needs to be online, and that takes a few seconds.

Are errors 30029-4 and 30015-11 related to 30180-4?

They are — same Click-to-Run engine, same family, largely the same fixes. It is quite normal for the number to shift from one attempt to the next. Have a look at our pages on error 30029-4 during an Office install, on error 30015-11, and on error 0-1018, which deals with an installer that cannot even get started. For the wider picture, our guide to Windows and Office activation errors lists them all in one place.

Related Articles

Deepen your knowledge with our other expert guides

Windows & Office Activation Errors: Complete 2026 Guide
TUTORIAL

Windows & Office Activation Errors: Complete 2026 Guide

8 min read Read more
Remove the “Activate Windows” Watermark: Activation Fix
TUTORIAL

Remove the “Activate Windows” Watermark: Activation Fix

8 min read Read more
Windows Key Not Working: Fix Activation Error 0xC004F050
TUTORIAL

Windows Key Not Working: Fix Activation Error 0xC004F050

8 min read Read more

🚀 Office 2024 Available + All Our Authentic Microsoft Licenses

Unbeatable prices: Office 2024 (-52%) • Windows 11 Pro (-50%) • Office 2021 (-55%)
Instant delivery, expert support and lifetime warranty included. Over 50,000 satisfied customers.

NEW

Microsoft Windows Server 2022

32.90
Official price: 199.90
Savings: 167.00 (-84%)
Buy Now
NEW

Windows 8.1 Enterprise

14.99
Official price: 37.48
Savings: 22.49 (-60%)
Buy Now
NEW

Visio 2021 Standard

34.99
Official price: 87.48
Savings: 52.49 (-60%)
Buy Now
100% Authentic Licenses
5-minute delivery
24/7 Support
4.9/5 (50K+ reviews)
Euro Shop Key