How to open an HWP file in Google Docs
Uploading a .hwp file to Google Drive works, but opening it does not. Drive will happily store the file and then offer you no way to read it. The fix is a conversion step in between, and which format you convert to decides how much of the document survives.
Why Drive stores it but Docs won't open it
Google Drive is storage — it accepts any file type. Google Docs is an editor, and it can only open formats it has an importer for: Word, RTF, plain text, ODT, and a few others. HWP is not among them, on any platform.
So the file uploads without complaint, sits in your Drive, and double-clicking it gives you a preview pane that cannot render it. Nothing is broken; the importer simply does not exist.
The route that works
Convert the file to something Docs can import, then upload that.
- Convert the .hwp or .hwpx to Word (.docx) — you can do it on this page, no installation or account required.
- Upload the .docx to Google Drive.
- Open it with Google Docs — right-click the file, choose Open with, then Google Docs. Drive converts it into an editable Docs document.
If Drive is set to convert uploads automatically, step three happens on its own. Either way you end up with an editable document rather than a stored file you cannot read.
Word or Markdown — which to convert to
Both routes get the content into Docs, and they fail in different places.
Word (.docx) keeps headings, tables, and inline images, and lands in Docs as a formatted document. This is the right choice when you need something that looks like the original, or when you intend to keep editing it.
Markdown or plain text discards visual formatting but keeps the structure legible, and you paste it straight into a blank Doc without an upload step. This is the faster route when you only need the words — for translation, quoting, or searching.
Worth being realistic about compounding loss: converting HWP to DOCX and then letting Drive convert DOCX to Docs format is two conversions stacked. Simple documents survive it well. Documents with heavy layout, text boxes, or unusual spacing will drift. If exact appearance is what matters, export a PDF instead and share that.
When to skip Google Docs entirely
- You only need to read it — convert to PDF and open it in the browser. Fewer steps, better fidelity, nothing uploaded to Drive.
- You need to print or forward it unchanged — PDF again. Docs will re-flow the layout and the printed result will not match the original.
- You need to edit and return it as .hwp — Docs cannot export back to HWP. You need Hancom Office for that; see HWP vs HWPX for why round-tripping is the hard direction.
A note on what you are uploading
This route puts a copy of the document into Google Drive. For an ordinary document that is unremarkable, but Korean HWP files are disproportionately official paperwork — visa applications, contracts, academic records.
If that applies, consider converting to PDF and reading it locally rather than putting a copy in cloud storage. Our converter processes files in memory and does not store them, so the conversion step itself leaves nothing behind — but what you do with the output afterwards is the part worth thinking about.