How To Embed A Video In Outlook – HTML Video Code Insertion

Embedding a video in Outlook requires you to insert the file as an object, but most recipients will see a placeholder instead. This guide explains how to embed a video in Outlook using different methods, including linking to cloud storage, inserting HTML code, and using add-ins. You will learn the best approach for each version of Outlook and how to ensure your video plays correctly.

Outlook does not support direct video playback in emails like web pages do. Instead, you have three main options: insert a video file as an attachment, embed a link to a hosted video, or use a third-party tool to generate a thumbnail with a play button. Each method has its pros and cons, depending on your audience and technical setup.

Let us walk through the step-by-step process for each method, so you can choose the one that works best for your situation. Whether you use Outlook desktop, web, or mobile, this guide covers all versions.

How To Embed A Video In Outlook Using The Insert Object Method

This is the most straightforward way to add a video file directly into an email. However, it does not play inline; it shows a static icon or placeholder. Follow these steps:

  1. Open a new email message in Outlook.
  2. Click on the “Insert” tab in the ribbon.
  3. Select “Object” from the Text group.
  4. In the Object dialog box, choose “Create from File”.
  5. Click “Browse” to locate your video file (MP4, MOV, or AVI format works best).
  6. Check the box “Display as icon” if you want a clickable icon instead of a large placeholder.
  7. Click “OK” to insert the video object.

Your recipients will see either a large blank area or a file icon. They must double-click to download and play the video using their local media player. This method works for all Outlook versions but is not ideal for quick viewing.

Limitations Of The Insert Object Method

  • Recipients need the same codec or media player to play the video.
  • File size limits apply; large videos may bounce or fail to send.
  • No preview or thumbnail appears in the email body.
  • Mobile users often cannot play the video at all.

How To Embed A Video In Outlook By Linking To A Hosted Video

This method is the most reliable for ensuring playback. You upload your video to a platform like YouTube, Vimeo, or Microsoft Stream, then insert a clickable link or embed code in your email. Here is how:

  1. Upload your video to a hosting service and copy the shareable link.
  2. In Outlook, highlight the text or image you want to link.
  3. Right-click and select “Hyperlink” or press Ctrl+K.
  4. Paste the video URL into the Address field.
  5. Click “OK” to create the link.

For a more visual approach, you can insert a thumbnail image that links to the video. Many hosting services provide embed codes, but Outlook does not render HTML5 video embeds natively. Instead, you can use a third-party tool to generate a clickable image with a play button overlay.

Using A Thumbnail With A Play Button

This creates a professional look and encourages clicks. Follow these steps:

  1. Take a screenshot of your video or use a custom image.
  2. Edit the image to add a play button overlay (use free tools like Canva or Photoshop).
  3. Insert the image into your email using Insert > Pictures.
  4. Select the image, right-click, and choose “Hyperlink”.
  5. Paste the hosted video URL and click “OK”.

This method works across all email clients and devices. Recipients click the image and the video opens in their browser. It is the most user-friendly option for newsletters and marketing emails.

How To Embed A Video In Outlook Using HTML Code

Advanced users can insert raw HTML into an Outlook email to create an inline video player. This works only in Outlook on Windows with specific HTML tags. Here is the process:

  1. Open Outlook and create a new email.
  2. Click on “Insert” and select “Attach File” to add your video file.
  3. Right-click the attached file and choose “Copy”.
  4. Switch to the “Format Text” tab and click “HTML” to enable HTML editing.
  5. Paste the following code where you want the video to appear:
<video width="320" height="240" controls>
  <source src="cid:YourVideoFileName.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

Replace “YourVideoFileName.mp4” with the actual file name. You must also attach the video file separately and set its content ID to match the “cid” value. This requires manual editing of the email source, which is not supported in Outlook Web or Mac.

Why HTML Embedding Is Not Recommended

  • Outlook blocks most HTML5 video tags for security reasons.
  • Only Outlook on Windows with specific settings may display the video.
  • Recipients using Gmail, Apple Mail, or Outlook Web will see a broken element.
  • It is time-consuming and prone to errors.

How To Embed A Video In Outlook Using Add-Ins

Several third-party add-ins simplify the process. Tools like “Video Player for Outlook” or “Playable” let you insert videos that play inline. Here is a general workflow:

  1. Go to the “Insert” tab in Outlook and click “Get Add-ins”.
  2. Search for a video embedding add-in (e.g., “Playable” or “Video Email”).
  3. Click “Add” to install the add-in.
  4. Follow the add-in’s prompts to upload or link your video.
  5. Customize the thumbnail and play button as needed.
  6. Insert the video into your email and send.

These add-ins typically generate a GIF or image that links to the hosted video. They work across most email clients and provide analytics on clicks and plays.

Pros And Cons Of Add-Ins

  • Pros: Easy to use, professional look, works on mobile.
  • Cons: Some require a subscription, may add tracking pixels, limited free versions.

How To Embed A Video In Outlook For Different Versions

Outlook 2016, 2019, 2021, and Microsoft 365 all have similar interfaces. Outlook Web (OWA) and Outlook for Mac have fewer options. Here is a quick breakdown:

Outlook Desktop (Windows)

Supports the Insert Object method, hyperlinks, and add-ins. HTML embedding is possible but unreliable. Use the link method for best results.

Outlook Web (OWA)

Does not support Insert Object or HTML embedding. Only hyperlinks to hosted videos work. You can insert an image with a link as described above.

Outlook For Mac

Similar to OWA. No native video embedding. Use hyperlinks or add-ins that are compatible with Mac.

Outlook Mobile (IOS/Android)

Only hyperlinks work. The recipient will see a link or image that opens in a browser. No inline playback.

Best Practices For Embedding Videos In Outlook

To ensure your video reaches your audience effectively, follow these tips:

  • Always host your video on a reliable platform like YouTube or Vimeo.
  • Compress your video file to reduce size (under 10 MB is ideal).
  • Use a clear, high-quality thumbnail with a play button overlay.
  • Test your email by sending it to yourself and checking on different devices.
  • Avoid using Flash or outdated formats; MP4 is the most compatible.
  • Include a fallback text link for recipients who cannot view images.

Common Mistakes When Embedding Videos In Outlook

Many users make these errors. Avoid them to save time and frustration:

  • Attaching a huge video file that exceeds email size limits (typically 20-25 MB).
  • Assuming recipients can play the video directly in their inbox.
  • Using embed codes from YouTube that do not render in Outlook.
  • Forgetting to test the email before sending to a large list.
  • Not including a call-to-action or text description for the video.

Frequently Asked Questions

Can I Embed A Video Directly In The Body Of An Outlook Email?

No, Outlook does not support inline video playback. You can insert a video as an object or link to a hosted video, but recipients cannot play it directly in the email.

What Is The Best Way To Share A Video In Outlook?

The best method is to upload your video to YouTube or Vimeo, then insert a clickable thumbnail image with a link. This works on all devices and email clients.

Why Does My Video Show As A Blank Box In Outlook?

This happens when you use the Insert Object method. Outlook displays a placeholder icon or blank area. Recipients must double-click to download and play the video.

Can I Use A GIF Instead Of A Video In Outlook?

Yes, GIFs play automatically in most email clients, including Outlook. This is a good alternative if you want motion without embedding a video.

Does Outlook Support HTML5 Video Tags?

Outlook on Windows blocks HTML5 video tags for security. Other email clients like Apple Mail support them, but Outlook does not. Use a link instead.

Final Thoughts On Embedding Videos In Outlook

Embedding a video in Outlook is not as simple as pasting a link, but with the right approach you can create engaging emails. The link method with a thumbnail is the most reliable and user-friendly. Avoid the Insert Object method unless you are sending to a technical audience who understands how to download and play files.

Remember to test your email across different devices and email clients. What works in Outlook on Windows may break in Gmail or Apple Mail. Always include a plain text link as a fallback for recipients who cannot view images.

By following the steps in this guide, you can confidently share videos in your Outlook emails without technical headaches. Choose the method that fits your skill level and audience, and your videos will reach your recipients smoothly.