If a colleague sends you a Microsoft Word document filled with dozens of high-resolution photographs, logos, and charts, you might need to extract those images to use them on a website or in a separate design project. Manually right-clicking every single image and selecting “Save as Picture” is incredibly tedious, especially if the document is 50 pages long.
Fortunately, you do not need a specialised extraction tool to automate this process. A standard Microsoft Word document (specifically the .docx format) is actually just a compressed ZIP archive containing text and media files. By changing the file extension, you can trick Windows into opening the document as a folder, allowing you to instantly extract every single image at its original, uncompressed resolution.
Renaming the Document Extension
To access the internal folders of the Word document, you must first ensure that Windows is configured to show file extensions.
- Open File Explorer on your Windows PC and locate the Word document. (It is highly recommended to make a copy of the document first and work on the copy, just in case).
- Click on the View tab at the top of the File Explorer window.
- Look for the Show menu and ensure File name extensions is checked. Your document should now clearly show the
.docxextension at the end of its name. - Right-click on the copied Word document and select Rename (or click it and press F2).
- Delete the
.docxportion of the filename and replace it with.zip(so “Report.docx” becomes “Report.zip”). - Press Enter. Windows will warn you that changing the extension might make the file unusable. Click Yes to confirm.
Extracting the Images Folder
Now that the file is recognised as a ZIP archive, you can open it using the standard Windows extraction tool.
- Double-click your newly created
.zipfile to open it. - Inside the archive, you will see several folders. Double-click to open the folder named word.
- Inside the “word” folder, locate and open the folder named media.
- You will now see a list of every single image, graphic, and chart contained within the original document, saved in standard formats like .jpeg or .png.
- Press Ctrl + A to select all the images, press Ctrl + C to copy them, and then navigate to a standard folder on your desktop and press Ctrl + V to paste the extracted files.
You now have a folder containing every image from the document in its original quality, completely bypassing the tedious “Save as Picture” process.