Compress Word documents in your browser
The weight of a Word document is almost always the images pasted into it. Those get re-encoded and the archive rebuilt. Your words, styles and page layout are carried through untouched.
or browse your device. Everything is processed on this device
No DOCX to hand?
How to compress a Word document
It is read in this tab and stays there. There is no upload endpoint in the code to send it to.
75% at 1600px is invisible on screen and typically takes a picture-heavy document down by half or more.
The result tells you how many images it recompressed and what it could not touch, so a small saving comes with a reason.
It is a normal .docx. Word, Pages, LibreOffice and Google Docs all open it exactly as before.
What is actually inside a .docx
A .docx is not a single file. It is a ZIP archive: the text in XML, the styles and settings in more XML, and every picture sitting in a folder called word/media. Rename a copy to .zip, open it, and you can see the whole thing laid out.
That is why a 30MB Word document is almost never 30MB of writing. It is 29MB of screenshots and phone photos pasted in at full camera resolution, then displayed at a fifth of that size on the page. The words themselves usually come to a few hundred kilobytes.
So compressing a Word document means re-encoding those pictures and rebuilding the archive around them. Paragraphs, fonts, tables, headers, footnotes, comments and tracked changes all come through byte for byte, because none of them are ever touched.
The biggest win happens before any tool runs: insert pictures at the size you actually want them, rather than pasting them straight off a phone. Word will happily carry a 12 megapixel photo around for a thumbnail, and no compressor can undo that as cleanly as never doing it.
And if the document is going out to be read rather than edited, export it to PDF first. A PDF is usually smaller than the DOCX it came from, it cannot be reflowed by whoever opens it, and our PDF compressor takes it from there.
Word document compression FAQ
Why is my Word document so large?
Nine times out of ten, the pictures. A photo pasted straight from a phone or a screenshot from a high resolution display arrives at several megabytes each, and Word stores it at full size no matter how small it looks on the page. Ten of those is a 40MB document with two pages of text in it. The other common cause is an embedded font or a pasted Excel chart, both of which are heavy and neither of which compresses.
How do I reduce Word document size?
Start with the pictures, because that is where the size is. Drop the file here, leave image quality at 75% and the width cap at 1600 pixels, and a document full of pasted photos usually comes back at half its size or less with nothing visibly different. Turning on "remove metadata" clears the revision identifiers Word stamps on every edit, which is worth a surprising amount on a file that has been through many rounds. Next time, insert pictures at the size you want them rather than pasting them straight off a phone.
How do I compress a Word document to email it?
Turn on "Compress to a target size" and type 10000, which is 10MB and clears Gmail, Outlook and every common corporate limit with room to spare. Most documents get there without any visible change, because the images were sized for print and are being read on a screen.
Will compressing a DOCX change my formatting?
No. The text, fonts, styles, tables, headers, footers, page breaks, comments and tracked changes are all copied across unchanged. Only the raster images are re-encoded, and they keep their original format, their original file name and their position on the page. Nothing reflows.
Should I send a PDF instead?
If the document is going out to be read rather than edited, yes. A PDF is usually smaller than the Word file it came from, it looks identical on every machine, and nobody can nudge your layout by opening it. Export to PDF from Word, then run that through our PDF compressor. Keep the .docx when the other person genuinely needs to edit it.
What can this not make smaller?
Vector drawings in EMF or WMF format, which is what a pasted Excel chart or a SmartArt diagram becomes. They are line art rather than pixels, so there is nothing to re-encode. Embedded fonts are the same story: cutting them down would change how the document renders on a machine that does not have those fonts. When either is what makes your file heavy, the result panel says so rather than pretending it tried.
What does "squeeze screenshots harder" actually do?
It cuts every embedded PNG down to 256 colours before re-encoding it. Screenshots, charts, diagrams and flat artwork rarely use more than that, so the file collapses and the picture looks the same. A photograph saved as a PNG is the case where you might notice faint banding in a sky or a gradient, so it is off by default.
Is my document uploaded anywhere?
No. Everything happens in this tab, in JavaScript, on your machine. Open your network tab and watch: after the page finishes loading, nothing carries your file, because your file never becomes a request. That matters more than usual here, since a Word document tends to be a contract, an application or something with a client name on it.
Can it open a .doc, the old Word format?
Not yet. The old binary .doc is a different format entirely, not a ZIP archive, so nothing here applies to it. Open it in Word and save as .docx first, which usually makes it smaller on its own.
Other compressors
Same format joins the queue. Anything else re-routes to its own tool.