A rendering bug in Outlook Classic (version 2604 Build 19929.20164) can strip embedded pictures, leaving placeholders or blank spaces. Microsoft’s temporary fix is to avoid “Wrap Text with Top and Bottom” on images, while a permanent patch is still pending.
Outlook Classic’s Embedded Image Bug Threatens Corporate Signatures
Microsoft has confirmed a regression in the on‑premises Outlook Classic client that can cause embedded pictures to disappear entirely. The issue appears in version 2604 Build 19929.20164 and manifests as a placeholder that reads:
"The linked image cannot be displayed. The file may have been moved, renamed, or deleted…"
In the worst case the message shows no image at all. The bug is most visible in email signatures that rely on a company logo, turning a professional footer into a broken‑image warning.

What’s actually happening?
Outlook parses the MIME body of an incoming message and then re‑writes the HTML for display. A recent change to the rendering engine introduced a wrapping bug: when an <img> tag is combined with the Wrap Text style set to Top and Bottom, the client mistakenly treats the image as an external link rather than an embedded resource. The link resolution fails, and Outlook falls back to the generic error placeholder.
How to verify you’re affected
- Open the problematic email in Outlook Classic.
- Right‑click the message body and select View Source.
- Search for the
<img>tag that should display the logo. - If the
src="cid:attribute is present but the image does not render, you are hitting the bug.
The steps above are more suited to IT admins than end users, which is why Microsoft’s short‑term workaround is the only practical option for most organizations.
Temporary workaround
- Do not use the Wrap Text → Top and Bottom option on any embedded image.
- Instead, set the image to In line with text or Square wrapping. This forces Outlook to treat the image as part of the HTML flow and preserves the CID reference.
- Re‑insert the image after changing the wrap setting, then resend the message.
Impact on replies and forwards
Microsoft’s support article warns that replies or forwards of affected messages may permanently lose the image because the broken reference is baked into the new MIME part. The original message remains intact on the sender’s side, but downstream recipients will see a blank space.
Outlook Classic vs. New Outlook
Only the legacy “Outlook Classic” client is impacted; the newer, Chromium‑based Outlook (often just called New Outlook) does not exhibit the bug. This split has reignited the long‑standing debate about Microsoft’s focus on the newer UI at the expense of the classic desktop experience. Recent unrelated glitches—such as Quick Steps being disabled—have further fueled speculation that the classic client is receiving less testing attention.
What to expect from Microsoft
- Patch timeline: No exact date has been announced. Microsoft has pledged that the original embedded image will render correctly once the fix ships.
- Permanent fix: The patch will likely adjust the HTML sanitisation routine to correctly preserve CID references regardless of wrap style.
- Communication: Administrators should monitor the Microsoft 365 admin center for update notifications and apply the upcoming cumulative update as soon as it becomes available.
Recommendations for homelab‑style email servers
If you run an on‑prem Exchange or use a third‑party SMTP relay, consider the following mitigations while waiting for the official fix:
| Action | Reason |
|---|---|
| Switch signatures to HTML with base64‑encoded images instead of CID attachments | Base64 images are inlined directly in the HTML, bypassing the CID lookup that triggers the bug. |
| Deploy a transport rule that forces all outgoing messages to convert embedded images to in‑line base64 | Guarantees consistency across all Outlook clients, including mobile. |
| Test the New Outlook client on a pilot group | If the new client works without issue, you can gradually transition power users away from Classic. |
| Keep a fallback plain‑text signature for critical communications | Ensures branding is not completely lost if images fail to render. |
Bottom line
The Outlook Classic image bug is a classic example of a small UI regression that can have outsized branding consequences for enterprises. Until Microsoft releases a cumulative update that corrects the wrap‑text handling, the safest path is to avoid the problematic wrap style, migrate signatures to base64‑encoded assets, and keep an eye on the admin portal for the upcoming fix.
For more details, see Microsoft’s official support article on the issue and the latest Outlook release notes.

Comments
Please log in or register to join the discussion