Table of Contents
This updated guide examines Insert Pictures in Word: How to Delete Photos in Batch in Word and organizes the essential facts, background, and practical takeaways in clear American English.
Manually deleting an individual image is not feasible because of the time-consuming and time-consuming operations. If you still do not know how to delete a batch of pictures inserted in Word, follow the article below. We will have 2 ways to perform image deletion in Word.
- How to separate background from image on Word0
- How to insert and delete watermarks in Word documents
- Batch delete photos in Excel
- How to hide images in Microsoft Word for easier reading
Method 1: Delete photos in Word with Replace
Step 1:
For example, we have Word file insert image as below.

Click Editing and then Replace Replace toolbar in Word.

Step 2:
Display the Find and Replace dialog interface, click the More button below to expand the interface.

Click on the Special button and select Graphic in the displayed list to select images.

Step 3:
The Find What section has now displayed the icon representing the Graphic content is the image inserted in Word, the Replace with section is blank. Finally, click Replace All to delete the images in batch.

Step 4:
When the following message displays, click Yes to agree to perform.

As a result, users will see the total number of images deleted in Word.

All pictures inserted in Word have been erased.

Method 2: Delete Word images in bulk via VBA code
Step 1:
At the Word document interface that wants to delete the images in batch, we press the shortcut key Alt + F11 to open the Microsoft Visual Basic for dialog box.
In the new interface displayed we click Insert and select Module in the drop down list.

Step 2:
Next, you enter the code below into the interface displayed and then press F5 to execute this code in Word.
Sub DitchPictures() Dim objPic As InlineShape For Each objPic In ActiveDocument. InlineShapes objPic. Delete Next objPic End Sub

The result of all images inserted in Word is erased.

So we have 2 ways to delete a series of pictures inserted in Word. Both methods are very simple, not complicated, and both result in the entire image no longer displayed in the Word document.
I wish you successful implementation!
FAQ
What is Insert Pictures in Word: How to Delete Photos in Batch in Word about?
It provides a structured overview of insert pictures in word, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.