Practical guide

Why Word Renames Images to image1.jpg

Understand generic Word media names and what can still be recovered.

01

The package needs internal identifiers

DOCX separates document XML, relationships and media. When an image is inserted, Word assigns an internal media path such as word/media/image1.jpeg and links drawing markup to that path through a relationship ID. The original desktop filename is not required for the document to display correctly.

02

Why the source name disappears

Different Word versions and insertion methods preserve different metadata. Copy and paste, image editing, document conversion and privacy cleanup can remove or replace the name. A drawing description might still contain a candidate, but it is not guaranteed to be authoritative.

03

What an extractor should do

A responsible extractor uses a preserved candidate when it is credible, falls back to the internal name, sanitizes unsafe characters, prevents path traversal and numbers duplicates. It must never promise to restore information that the file no longer contains.

Use the related local tool

Published by Doc Image Tools · Updated 17 August 2026