Windows ships no EPUB reader. Edge had one between 2017 and 2019, Microsoft took it out, and the Chromium version never had it.
An EPUB has no page numbers because the reading system lays out the text live at your font size. A page count only starts existing once you convert the book to PDF.
Double-click an .epub on Windows and nothing happens, or Edge downloads it a second time. The file is not broken and neither is the machine. There is simply nothing installed that reads the format.
Windows has not opened one since 2019
Microsoft added an EPUB reader to Edge in the Windows 10 Creators Update, kept it for two years, then removed it in 2019. Microsoft's EPUB support notice is still up, and its advice is to go and install something from the Store. The Chromium rebuild of Edge that followed never carried the feature at all.
Chrome and Firefox do not read EPUB either. So on a clean Windows install, an EPUB is a file with no handler, which is why double-clicking one produces either silence or a dialog asking what you would like to use.
Apple went the other way. Books is built into macOS, iOS and iPadOS, so an EPUB opens on a Mac or an iPhone by double-tapping it. That asymmetry is behind a lot of confused email threads between people who sent a book and people who cannot read it.
What actually opens one
- Apple BooksmacOS, iOS, iPadOS. Built in, nothing to install
- CalibreWindows, Mac, Linux. Free, and converts as well as reads
- Google Play BooksUpload once, read in any browser or phone
- Thorium ReaderFree, desktop, strong EPUB 3 and accessibility support
- Send to KindleAccepts EPUB now, converts it at Amazon's end
- Chrome, Firefox, EdgeNone of them, without an extension
Calibre is the one worth installing if books are going to keep arriving. It reads EPUB, converts between formats, and manages a library, which covers most of what people end up needing. Its interface is dense and unfashionable, and it has outlasted almost everything that looked nicer.
Why an EPUB has no page numbers
An EPUB is a zip. Inside it are XHTML files holding the text, stylesheets describing how it should look, and a package document that lists every file and, crucially, the order they are meant to be read in. That ordered list is called the spine, and it is set out in the EPUB 3.3 specification.
The reading system lays out that text when you open the book, at the font size and screen width you happen to have. Change either and the text reflows. That is the whole point of the format, and it is why apps show you a percentage or a location rather than a page number: there is no page until something decides how big one is.
It also explains the most common complaint about converted books. A converter that reads the files in whatever order the zip lists them, or sorts them by name, puts chapter ten between chapter one and chapter two and drops the cover at the end. The spine is right there in the package and says otherwise.
Why a book you paid for will not open
Most books bought from a store carry DRM. The file is encrypted and tied to an account, so a reader that is not signed in to that account sees nothing it can decode.
Library loans and books from Kobo or Google typically use Adobe's scheme, which means Adobe Digital Editions and an authorised installation before anything opens. Kindle purchases are not EPUB at all, they are Amazon's own formats, so a converter never gets as far as the DRM question.
Reading one on a Kindle
A Kindle does not read EPUB. Amazon has always used its own formats, and the device has no EPUB engine inside it.
What changed in 2022 is the delivery route. Send to Kindle began accepting EPUB files and converting them at Amazon's end, and the old MOBI route was retired in the same move. Email a book to your Kindle address or drop it into the Send to Kindle page and it arrives on the device a minute later, readable.
The thing to understand is that you are reading Amazon's conversion rather than the file you sent. Typography, spacing and any careful design decisions are re-made by the converter, so a plain novel survives untouched and a heavily designed book can arrive looking ordinary. Protected books are refused at the door, the same as everywhere else.
Converting to PDF, and what it costs you
There are good reasons to want pages. Printing, marking up a manuscript, reading on a device that only takes PDF, submitting something to a publisher or a course. All of them need a fixed layout, which is precisely what an EPUB refuses to have.
What you give up is the reflow. A PDF has to commit to a page size and a body size, and from then on the text no longer adapts to the screen. On a phone, a converted book is usually worse to read than the EPUB was, because you are now pinching and panning around a fixed page instead of letting the text fit.
Two things separate a decent conversion from a scrambled one. The spine has to drive the page order, and the table of contents has to become a real bookmark tree rather than a list of headings nobody can navigate to. Get both and the PDF behaves like a book. Miss either and it behaves like a pile of chapters.
Turn an EPUB into a PDF with the chapters in order
The spine sets the reading order and the contents become a bookmark tree. Nothing is uploaded.
Common questions
Readers, page numbers and books that refuse to open.
01Why will my EPUB not open on Windows?
Windows ships no EPUB reader. Edge had one from 2017 to 2019 and Microsoft removed it, so a clean install has nothing that handles the format. Install a reader, or convert the file.
02Can Chrome open an EPUB?
Not on its own, and neither can Firefox or the current Edge. Extensions add the ability, but no major browser decodes the format out of the box.
03Is EPUB better than PDF?
For reading on a screen, usually, because the text reflows to fit the device. For anything that has to print or look identical for everyone, PDF wins outright.
04How many pages is an EPUB?
None until something decides. The reading system lays out the text at your font size, which is why apps show a percentage or a location instead. A page count starts existing at conversion.
05Why are the chapters in the wrong order after converting?
The converter sorted the files by name instead of following the spine, so chapter ten landed between chapter one and chapter two. The correct order is listed in the package document.
06Can I convert a book I bought?
Not while it carries DRM. The file is encrypted against the account that bought it, so a converter sees an archive it cannot read.