/ Everyday Tech Help / How to Convert a Word Document to EPUB Without Breaking It
Everyday Tech Help 9 min read

How to Convert a Word Document to EPUB Without Breaking It

Convert a Word document to EPUB the gentle way. The free methods that work, why your formatting breaks, and how to check the file before anyone else opens it.

A Word document being converted into a clean EPUB file for e-readers

You can convert a Word document to EPUB for free, and the conversion itself takes about a minute. The part that goes wrong is everything after, when you open the result and find your chapter headings gone, your page breaks ignored, and a stray blank page where your title used to be.

That happens for one reason, and once you know it the fix is easy. So here's the conversion, and then the tidying, which is the part that actually matters.

Why Your Formatting Breaks

Word thinks in pages. EPUB does not.

A Word document is laid out for paper. Fixed width, fixed height, and everything you ever did visually in it was you arranging things inside those known boundaries, which is a perfectly reasonable thing to do right up until the boundaries stop existing.

EPUB is reflowable. The reader picks the font, the size and the width, and your text rearranges itself to fit a phone held sideways just as happily as it fits a tablet, which is exactly the flexibility you want and exactly what destroys anything you positioned by hand.

So anything you achieved by pushing text around stops meaning anything at all.

I did this myself the first time and it took me a while to understand what I was looking at. Pressing Enter eleven times to start a new chapter gives you eleven blank lines sitting in the middle of a screen. Centering a title with the spacebar gives you a title with a dozen spaces welded to the front of it. Manual page breaks might survive. They might not.

What does survive is structure. If you marked a chapter title as Heading 1, the converter knows it's a heading and treats it as one. If you made it big and bold by hand, the converter sees text that happens to be large, and it has no idea it was a chapter.

That's the whole thing.

Structure converts. Appearance does not.

Fix The Document First

Ten minutes here saves an hour afterwards.

Open the document and use real styles. Chapter titles get Heading 1. Subsections get Heading 2. Body text gets the Normal style rather than whatever accumulated formatting is currently on it. In Word, the Styles panel does this and it takes seconds per heading.

Then remove the manual spacing. Turn on the paragraph marks so you can see what's actually in the file, and delete runs of empty paragraphs, the tabs used to indent first lines, and any spaces used for centering. If you want space before a chapter, set it in the paragraph style rather than by pressing Enter.

Check your images too. Anything floating with text wrapped around it will not survive, so set images inline. And if a picture is enormous, resize the actual file rather than shrinking it in Word, because Word keeps the original inside the document and your EPUB inherits all of it.

Last, if you have a table of contents, delete it. A good EPUB builds its own from your headings, and a typed one with page numbers is worse than useless on a device with no pages.

Converting It

Three ways, in the order I'd try them.

None of them costs anything.

Calibre is free, runs on Windows, Mac and Linux, and is the one I use and would point almost anyone at.

Add the document, click Convert, choose EPUB as the output. It reads your headings and builds a contents menu out of them, and it lets you set the title and author properly, which matters more than it sounds because that metadata is what shows up in a reader's library rather than whatever you happened to name the file.

Word's own export is the fastest if your document is simple. Save As, then pick a web page or EPUB option depending on your version. Fewer controls, fine for something short and plain.

Google Docs will export EPUB directly from the File menu if the document already lives there. Upload the Word file, open it, export. Handy when you don't want to install anything, and it respects heading styles the same way.

Whichever you pick, the quality of the output is decided by the tidying you did before, not by the tool.

Check It Before Anyone Else Does

This step gets skipped and it's the one that catches the embarrassing stuff.

Open the finished EPUB in an actual reader rather than trusting the converter. Calibre has a viewer built in, and your phone's reading app will open a file you email yourself. Then look for four things.

Does the contents menu list your chapters, and do the entries go to the right places? Are there blank screens where blank lines used to be? Do the images appear at a sensible size, and are they still the right way up? And does the title and author show correctly in the library view rather than reading as document-final-v3?

Change the font size in the reader while you're in there. I've caught things at large text that looked completely fine at the default, because reflowable text hides its problems at one size and puts them on display at another.

The Ten Minute Version, If You're In A Hurry

When I do this now, it's a fixed sequence and it takes about ten minutes on a document of any length.

Turn on paragraph marks so I can see what's really in the file. Delete every run of empty paragraphs. Style the chapter titles as Heading 1, which is usually the only styling the document needs. Set images inline and resize anything enormous. Delete the typed table of contents. Then convert in Calibre, set the title and author in the metadata box on the way through, and open the result on my phone before I do anything else with it.

The order matters slightly. Doing the cleanup after the conversion means doing it twice, once in the Word file and once in the EPUB, and the second one is harder.

The Common Problems, And What Causes Them

What you see Cause
No contents menu Headings were formatted by hand instead of styled
Blank screens between chapters Empty paragraphs used for spacing
Enormous file Full-size images left in at display size
Text randomly centered or indented Spaces and tabs used for layout
Wrong title in the library Metadata never set, so it fell back to the filename
Images in the wrong place Floating images with text wrap

Every one of those is fixed in the source document, not the EPUB. If something looks wrong, go back to the Word file, fix the cause, and convert again. Editing the EPUB directly is possible and almost always the harder path.

One More Thing About Images

Images are where most oversized EPUBs come from, and the reason is genuinely counterintuitive, so it's worth a paragraph on its own. When you drag a photo into Word and then drag its corner to make it smaller, Word does not make the photo smaller. It keeps the entire original file, every pixel your camera or your screenshot tool produced, and simply displays it at the size you asked for, which means a document with fifteen holiday photos in it can quietly be carrying a hundred megabytes of image data behind a layout that looks perfectly modest on screen. Your EPUB inherits all of it. Readers then download a file many times larger than it needed to be, some stores reject it outright for exceeding a size limit, and on a slow connection the thing takes an age to open. The fix is boring and completely reliable, which is to resize the actual image files before they ever go into the document, in whatever photo editor you already have, to something around the width of a large phone screen.

Do that once and the file size problem never comes back.

Two other image habits worth breaking.

Screenshots saved as PNG when they contain a photograph. PNG is the right choice for text and interface shots and the wrong one for anything with a lot of colour gradient, where it produces a file several times larger than a JPEG of the same picture would.

And images used as headings. A chapter title that's actually a picture of a chapter title cannot be read by a screen reader, cannot be found by search, cannot scale with the reader's font size, and will not appear in the contents menu. It looks fine to you and it fails for everyone else.

Is EPUB the same as a Kindle file? No. Kindle uses its own formats, though Amazon accepts EPUB and converts it on their end now. For most purposes, making a clean EPUB is the right first step regardless of where it's going.

Can I convert back to Word? Yes, Calibre will do it, and you'll lose some formatting on the way. Keep the Word file as your master copy rather than relying on round trips.

Do I need to pay for anything? No. Calibre is free and does more than the paid converters most people land on first.

Why is my file so large? Almost always images. Resize them before they go into the document.

Does it matter if my chapters are separate files? Not for the conversion. One document with proper headings is simpler to manage than a folder of them.

If This Is For A Book You're Publishing

Everything above is the same whether the file is a manual for your team or a novel.

The one difference is that publishing platforms have their own requirements on top, mostly around metadata, cover files and where the contents page sits. If that's where this is heading, the KDP walkthrough covers the upload side and the metadata that decides whether anyone finds the thing once it's live.

For everything else, a clean EPUB you can actually read on your own phone is the finish line, and you're most of the way there the moment you stop formatting by hand.