To read it: pull out the PDF Apple already wrote into the file. Exact layout, no account, nothing uploaded.
To edit it: Pages runs in a browser and is free with an Apple Account. That route also works on the files that have no preview inside them.
A .pages file in a Windows inbox looks like a dead end. Word refuses it, Google Drive will not preview it, and double-clicking produces a dialog asking which program you would like to use. It is not a dead end. In most cases the document is already sitting inside the file and comes out in about ten seconds.
What you are actually holding
A .pages file is a zip. Inside it, the document body is stored as IWA, Apple's own dialect of protocol buffers, with a schema that is undocumented and shifts between releases. Nothing outside Apple's software reads it dependably, and anything that claims to is reverse engineering a moving target.
Sitting alongside that body, in most files, is something far more useful. When a document is saved with previews enabled, which is the default, Pages writes a complete PDF render of the finished document into the package so that Finder, Quick Look, Mail and iOS can display it without launching the app.
That PDF is the whole document, drawn by Pages, on the author's machine, with the author's fonts. It is both the fastest way out and the most accurate one.
Route one: the PDF that is already in there
Taking the preview out is an extraction rather than a conversion, and that distinction is the whole point. There is no layout to recalculate, no font to substitute and no table to rebuild. What you end up with is what Pages produced.
Drop the file in
Pages to PDF unzips the package in the browser and finds the preview wherever the version that wrote it decided to put it. The file is not uploaded.
Check that it is the right document
Page one is rendered so you can confirm it before committing to anything. The page count comes from the PDF itself, not from a guess.
Download
You get Apple's bytes without them being re-saved through another library, because re-saving is a chance to change something and there is nothing to gain from taking it.
The limits are worth stating plainly. The result is read-only, and it shows the document as it stood the last time somebody saved it on a Mac. If you need to change a figure or fix a name, this route gets you a picture of the problem rather than the problem.
Route two: Pages in a browser, free
Apple runs Pages as a web application and it costs nothing. Create an Apple Account if you do not have one, sign in at iCloud, open Pages, and drag the file into the window. It opens the real document rather than the preview, because iCloud is Apple's software reading Apple's format. Apple's Pages for iCloud guide covers the editing side once it is open.
From there the tools menu offers Download a Copy, with PDF and Word among the choices. Editing works, comments work, and the layout holds because the thing rendering the page is Pages.
This is also the route that rescues the files route one cannot touch. Extraction depends on a PDF being present in the package. iCloud does not, because it reads the document itself, so a file saved without previews still opens.
- Extract the previewInstant, exact, read-only, nothing leaves your machine
- Pages for iCloudEditable and exports to Word, needs an account and an upload
- Confidential documentsExtraction only, or ask the sender for a PDF
- No preview in the fileiCloud is the only route that still works
Doing the extraction by hand
The unzip is simple enough to do yourself, and worth knowing because it tells you in one step whether the preview is in there at all.
Start by making file extensions visible. Windows hides them by default, so a file showing as Report is really Report.pages and renaming it appears to do nothing. Microsoft's guide to file name extensions has the toggle: it sits under View, then Show, in File Explorer.
Turn on file name extensions
Without this, the rename in the next step silently produces Report.zip.pages and nothing will open it.
Copy the file, rename the copy to .zip
Work on a copy. Windows will warn that the file may become unusable, which is fair for the copy and irrelevant to the original.
Extract it and open QuickLook
Preview.pdf inside that folder is the document. If QuickLook holds only a thumbnail image, or is missing altogether, the file was saved without previews.
When neither route is open
Two situations leave you asking the sender, and both have a short answer.
The first is a file with no preview that is too sensitive to upload. Apple's export instructions take about ten seconds at their end: File, then Export To, then PDF. On an iPhone or iPad it is the three dots, then Export, then PDF.
The second is a file that is not a zip at all. On a Mac, .pages can be a package, which is a folder the system draws as a single file. Copied across to Windows by certain routes, it arrives as an ordinary folder full of parts. Nothing is damaged. Open it and look for the QuickLook folder, exactly as above.
Keynote and Numbers files
Same package, same preview, same two routes. A .key file carries a PDF of the slides at one per page, which is usually what you wanted anyway.
A .numbers file is the one to be careful with. Its preview is the printed layout of the sheets, which is a picture of the numbers rather than the numbers. If you need to work with the data, iCloud and an export to Excel is the honest route, and extraction will only frustrate you.
Open a .pages file without a Mac
The package is unzipped in your browser and Apple's own render comes out untouched. Keynote and Numbers work the same way.
Common questions
Reading, editing and the files that refuse both.
01Can Word open a .pages file?
No version of Word reads the format. Renaming the extension to .docx does not help either, because what is inside is not a Word document.
02Is there a free way to edit a .pages file on Windows?
Pages for iCloud, in a browser, with a free Apple Account. It opens the real document rather than a preview, so you can edit it and export to Word or PDF afterwards.
03Why does renaming it to .zip work?
Because it already is one. Apple stores the document as a package of separate files and compresses the lot whenever it leaves the Mac.
04What if there is no Preview.pdf inside?
The sender saved without previews. The document itself is intact, so iCloud will still open it, but no third-party converter can do anything with the file.
05Does the extracted PDF match the original exactly?
Yes. Pages rendered it on the author's machine with the author's fonts, so nothing is reflowed and no font is substituted on the way to you.
06Will I lose formatting by going through iCloud?
Not while you stay in Pages, since the same software drew the original. Exporting to Word is where things shift, because Word has to rebuild the page from instructions.