How to Add an Email Signature in Outlook
Outlook offers signature setup across four platforms: classic desktop (Windows/Mac), new Outlook app, Outlook.com (web), and Outlook mobile. Each has slightly different steps. For HTML signatures, create one using Byline's generator, copy it, and paste into the Outlook signature editor. On classic Outlook desktop (Windows), you can also edit the .htm signature file directly for advanced customization. Admin-managed signatures via Exchange/Microsoft 365 ensure company-wide consistency.
In this guide
- Classic Outlook on Windows
- Classic Outlook on Mac
- New Outlook App
- Outlook.com (Web)
- Outlook Mobile
- HTML Signatures in Outlook
- Image Embedding vs. Linking
- Multiple Signatures & Defaults
- Exchange/Microsoft 365 Admin Signatures
- Troubleshooting Rendering Issues
- New Outlook vs Classic Outlook
- Outlook Signature Rendering Issues (Deep Dive)
- Office 365 / Exchange Signature Management
- Outlook Mobile Signature (Advanced)
- Outlook Signature with Microsoft 365 Copilot
- FAQ
Microsoft Outlook is the backbone of corporate email. With over 400 million users across desktop, web, and mobile clients, it's the email platform most professionals encounter daily — especially in enterprise environments. But Outlook's email signature setup varies significantly across its different versions, and its HTML rendering quirks make it the most challenging email client for signature design.
This guide covers every Outlook variant: classic desktop (Windows and Mac), the new Outlook app, Outlook.com on the web, and the mobile apps. We'll also cover HTML signature methods, admin-managed signatures for organizations, and the rendering issues that make Outlook the bane of every email designer's existence.
1. Classic Outlook on Windows
Classic Outlook on Windows (the desktop application that comes with Microsoft Office/Microsoft 365) offers the most robust signature editor of any Outlook version.
Step-by-step setup:
- 1Open the Signatures dialog
Go to File → Options → Mail → Signatures. Alternatively, compose a new email and click Signature → Signatures in the ribbon.
- 2Create a new signature
Click 'New', then enter a name for your signature (e.g., 'Work Primary'). Click OK.
- 3Edit your signature
Use the rich text editor to add your name, title, contact info, and any images. You can format text with bold, italic, colors, and font sizes.
- 4Set defaults
Under 'Choose default signature', select which email account this signature applies to, which signature to use for new messages, and which for replies/forwards.
- 5Save
Click OK to save. Your signature will now appear in all new emails for the selected account.
Classic Outlook on Windows stores signature files in %APPDATA%\Microsoft\Signatures\. Each signature generates three files: an .htm file (HTML version), a .rtf file (rich text version), and a .txt file (plain text version). Advanced users can directly edit the .htm file with custom HTML — more on this in the HTML signatures section.
2. Classic Outlook on Mac
Outlook for Mac has a simpler signature editor than its Windows counterpart, but it covers the essentials.
- Open Outlook and go to Outlook → Preferences (or press
Cmd+,) - Click Signatures
- Click the + button to create a new signature
- Name your signature and use the editor to compose it
- Assign the signature to an account using the Account dropdown
- Close the preferences window — changes save automatically
One key difference on Mac: the signature editor doesn't expose the underlying HTML files the same way Windows does. You can't easily edit a .htm file to inject custom HTML. Instead, the paste method works best — create your signature in Byline, copy it, and paste into the Mac signature editor. Most formatting will transfer correctly.
3. New Outlook App
Microsoft is gradually replacing classic Outlook with the "new Outlook" app, which is essentially a progressive web app based on the Outlook.com web interface. The signature setup is similar to Outlook.com:
- Click the Settings gear icon in the top-right
- Select Accounts → Signatures
- Click + New signature
- Name your signature and compose it in the rich text editor
- Set default behavior for new messages and replies/forwards
- Click Save
The new Outlook uses a web-based rendering engine rather than Microsoft Word's engine, which means HTML rendering is significantly better than classic Outlook. Signatures that looked broken in classic Outlook may render perfectly in the new version. However, the transition period means you may be sending emails to recipients using either version, so designing for the lowest common denominator (classic Outlook's Word engine) is still advisable.
4. Outlook.com (Web)
For personal Microsoft accounts (outlook.com, hotmail.com, live.com), the web interface provides a clean signature editor. According to Microsoft's official signature documentation, the process is straightforward:
- Sign in to outlook.live.com
- Click the Settings gear → View all Outlook settings
- Go to Mail → Compose and reply
- Under Email signature, create or edit your signature
- Toggle options for auto-including on new emails and replies
- Click Save
The Outlook.com editor supports rich text formatting and the paste method for HTML signatures. Because it uses a web-based renderer, it handles modern HTML better than classic Outlook desktop. Images can be inserted via URL or by dragging and dropping them into the editor.
5. Outlook Mobile
Outlook's mobile apps for iOS and Android support email signatures, though with limitations similar to Gmail mobile.
iOS and Android Setup
- Open the Outlook app and tap your profile icon in the top-left
- Tap the Settings gear icon at the bottom
- Scroll to Signature
- Edit your signature text
- The signature saves automatically
Like Gmail mobile, Outlook mobile only supports plain text signatures — no HTML, no images, no formatting. The signature is shared across all accounts in the mobile app by default, though newer versions allow per-account signatures. If you need a rich signature on mobile, consider using the Outlook web app in your mobile browser instead.
6. HTML Signatures in Outlook
Getting HTML signatures into Outlook requires different approaches depending on the version. Here are the three main methods:
Method 1: The Paste Method (All Versions)
The simplest and most universal approach. Create your signature using Byline, click "Copy Signature" to copy the rendered HTML, then paste it into Outlook's signature editor. This works across all Outlook versions because you're pasting rendered HTML, not source code.
Method 2: The .htm File Method (Classic Windows Only)
For classic Outlook on Windows, you can edit the signature's HTML file directly for precise control:
- First, create a placeholder signature in Outlook (any name, any content)
- Navigate to
%APPDATA%\Microsoft\Signatures\ - Find the .htm file matching your signature name
- Open it in a text editor (Notepad, VS Code, etc.)
- Replace the contents with your custom HTML
- Save the file and restart Outlook
- Your custom HTML signature will now appear
This method gives you full control over the HTML, but remember: classic Outlook renders HTML using Microsoft Word's engine, not a browser engine. This means many standard CSS properties won't work. Stick to table-based layouts, inline styles, and basic CSS properties. Avoid float, flexbox, grid, background-image on non-body elements, and border-radius.
Method 3: Microsoft 365 Admin Deployment
For organizations, signatures can be deployed through Exchange transport rules or third-party signature management tools. This is covered in the admin-managed signatures section below.
7. Image Embedding vs. Linking in Outlook
How you include images in your Outlook signature significantly impacts how recipients see them. There are two approaches, each with trade-offs:
Embedded Images (CID)
Classic Outlook on Windows embeds images directly into the email as attachments (using Content-ID / CID references). This means images always display — even when the recipient has external image loading disabled.
- ✓ Always visible to recipients
- ✓ No external hosting needed
- ✗ Increases email file size
- ✗ May show as "attachments" in some clients
- ✗ Can't be updated centrally
Linked Images (URL)
Images are hosted on a web server and referenced by URL. The email client downloads them when the email is opened (if image loading is enabled).
- ✓ Small email file size
- ✓ Update once, changes everywhere
- ✓ No attachment clutter
- ✗ Blocked by many corporate email clients
- ✗ Depends on hosting server availability
For most users, linked images are the better choice — they keep emails lightweight and allow centralized updates. The trade-off is that some recipients won't see your images until they click "Download images" in their email client. For more on image optimization in email signatures, see our design best practices guide.
8. Multiple Signatures and Defaults
All versions of Outlook support multiple signatures. In classic Outlook, you can create as many signatures as you need and assign different defaults per email account. This is particularly useful for professionals who manage multiple client accounts or wear different hats within an organization.
You can also set different signatures for new messages versus replies and forwards. A common pattern is to use a full signature with logo and social links for new emails, and a condensed version (just name and phone) for replies within the same thread. This keeps conversations clean without losing important contact information.
To switch signatures on the fly while composing an email in classic Outlook, go to the Insert tab in the ribbon and click Signature. A dropdown appears showing all your saved signatures. In the new Outlook and Outlook.com, look for the signature icon in the compose toolbar.
9. Exchange / Microsoft 365 Admin-Managed Signatures
For organizations using Microsoft 365 or Exchange Server, administrators can deploy company-wide email signatures using mail flow rules (transport rules). This ensures every outgoing email includes a consistent, on-brand signature regardless of which device or Outlook version the employee uses.
Admin setup via Exchange Admin Center:
- Sign in to the Exchange Admin Center
- Navigate to Mail flow → Rules
- Click + Add a rule → Apply disclaimers
- Configure conditions (e.g., apply to all users in your domain)
- In the action, select Append the disclaimer
- Enter your HTML signature using Exchange variables like
%%DisplayName%%,%%Title%%,%%PhoneNumber%% - Set the fallback action (wrap or ignore if disclaimer can't be applied)
- Save the rule
The Microsoft 365 admin signature guide details all available variables and configuration options. Key variables include:
%%DisplayName%%→ Full name from Active Directory%%Title%%→ Job title%%Department%%→ Department name%%PhoneNumber%%→ Phone number%%Email%%→ Email address%%Company%%→ Company name
Limitation: Transport rule signatures are applied server-side, which means users don't see them in their compose window. They also only support a limited subset of HTML. For more advanced admin-managed signatures (with images, social links, and campaigns), many organizations use third-party tools like Exclaimer, CodeTwo, or Crossware. These integrate with Microsoft 365 and Active Directory to provide richer signature management capabilities.
10. Troubleshooting Outlook Rendering Issues
Outlook is infamous among email designers for its poor HTML rendering. Classic Outlook on Windows uses Microsoft Word's rendering engine instead of a browser engine, which means a huge chunk of modern CSS simply doesn't work. According to Litmus's comprehensive Outlook rendering guide, here are the most common issues and their fixes:
Images Blocked by Default
Many corporate Outlook installations block external images by default for security. Recipients see a placeholder with a "Click here to download pictures" prompt. You can't fix this on your end — it's a recipient-side setting. What you can do is ensure your signature still looks professional without images by using alt text on all image tags and ensuring text-based contact info isn't dependent on images loading.
HTML Being Stripped
If your carefully designed HTML signature appears as plain text or loses formatting, Outlook may be composing emails in plain text mode instead of HTML. To fix this: in classic Outlook, go to File → Options → Mail and ensure "Compose messages in this format" is set to HTML, not "Plain Text" or "Rich Text."
Background Colors Not Rendering
Classic Outlook on Windows doesn't support background-image on most elements, and background-color only works reliably on <td> and <body> elements. If you need background colors, apply them to table cells, not divs or spans.
Spacing and Padding Issues
Outlook adds extra spacing around images and between table cells. Fix this by setting border-collapse: collapse on tables, display: block on images, and explicit cellpadding="0" cellspacing="0" attributes on table elements. Use Email on Acid to test how your signature renders across clients before committing.
Rounded Corners Not Working
border-radius is not supported in classic Outlook. If your design relies on rounded corners (for profile photos or buttons), they'll render as sharp rectangles in Outlook. Design with this constraint in mind — elements should still look professional with square corners. The new Outlook app does support border-radius, but until the classic version is fully deprecated, code for the worst case.
11. New Outlook vs Classic Outlook
Microsoft is in the middle of a multi-year transition from "classic" Outlook (the desktop Win32 application) to the "new" Outlook (a web-based progressive web app). This transition has major implications for email signatures because the two versions handle HTML rendering completely differently.
Rendering Engine Differences
Classic Outlook uses Microsoft Word's rendering engine for HTML email — a notoriously limited engine that doesn't support modern CSS. New Outlook uses a web-based rendering engine (essentially Edge/Chromium), which supports almost all modern CSS including flexbox, border-radius, background-image, and even CSS animations. This means signatures that look broken in classic Outlook will likely render perfectly in the new version — and vice versa, signatures designed only for new Outlook may look terrible in classic.
Feature Comparison
Classic Outlook
- • Word rendering engine (HTML/CSS limited)
- • .htm file editing for advanced HTML
- • Signature files stored locally
- • Unlimited signature count
- • Per-account defaults
- • CID image embedding
- • Works fully offline
New Outlook
- • Web rendering engine (modern CSS)
- • No .htm file access
- • Signatures stored in the cloud
- • Up to 10 signatures
- • Per-account defaults
- • Linked images only (URLs)
- • Requires internet connection
Which One Are Your Recipients Using?
The uncomfortable answer: you don't know. Some of your recipients are on classic Outlook, some on new Outlook, some on Outlook.com, and some on completely different email clients. This is why designing for the lowest common denominator — classic Outlook's Word engine — is still the safest strategy. Table-based layouts with inline styles work everywhere. Once Microsoft fully retires classic Outlook (projected 2026-2028), you'll be able to use modern CSS freely. Until then, play it safe. Tools like Byline generate signatures that are compatible with both classic and new Outlook.
12. Outlook Signature Rendering Issues (Deep Dive)
Building on the troubleshooting section above, here's a deeper look at the technical rendering challenges specific to Outlook — the kind of knowledge that saves hours of frustration for anyone hand-coding HTML signatures.
The Word Rendering Engine
Since Outlook 2007, the classic desktop client has used Microsoft Word as its HTML rendering engine. This decision — widely criticized by email designers — means Outlook doesn't render HTML like a browser. It renders it like a word processor interpreting HTML. The practical impact: no float, no position, no flexbox, no grid, no max-width, no background-image on anything except <body>, limited margin and padding support, and no border-radius. The Can I Email compatibility tables are an invaluable reference for checking which CSS properties work in which email clients, including all Outlook versions.
Conditional Comments for Outlook
Advanced email developers use Outlook-specific conditional comments to serve different HTML to Outlook versus other clients. The syntax <!--[if mso]> targets all Outlook versions using the Word engine, while <!--[if !mso]><!--> hides content from Outlook. This technique lets you provide a table-based fallback for Outlook while using modern CSS for Gmail, Apple Mail, and other clients. It's like CSS browser prefixes, but for email clients — ugly but necessary. According to the Litmus Outlook rendering guide, conditional comments are the single most important tool for cross-client email compatibility.
VML Backgrounds
Need a background image in Outlook? Since CSS background-image doesn't work on most elements, you need Vector Markup Language (VML) — a Microsoft-specific technology. VML lets you create background images, rounded corners (via v:roundrect), and even gradient backgrounds that render correctly in Outlook. It's verbose and complex, but it's the only option. Most professional email signature generators — including Byline — handle VML fallbacks automatically so you don't have to write it by hand.
DPI Scaling Issues
On high-DPI displays (common on modern laptops), Outlook can scale email content unpredictably. Images may appear larger or blurrier than intended, and precise pixel layouts can shift. To mitigate this, always set explicit width and height attributes on images (not just CSS dimensions), use images that are 2x the display size for retina crispness, and avoid layouts that depend on pixel-perfect alignment. Test your signature on both standard (100%) and scaled (125%, 150%) display settings.
13. Office 365 / Exchange Signature Management
For enterprise environments, managing email signatures through Microsoft 365 admin tools or third-party integrations is essential for brand compliance at scale.
Server-Side Signatures via Transport Rules
Exchange Online transport rules (mail flow rules) are Microsoft's built-in solution for organization-wide signatures. When configured, the Exchange server appends the signature to every outgoing email after the user clicks send. This ensures consistency regardless of which device or Outlook version the employee uses. However, transport rule signatures have limitations: they only support a subset of HTML, images must be hosted externally (no embedding), and the signature appears below the entire email thread, not just the latest reply. Users also can't preview the server-side signature while composing.
CodeTwo Integration
CodeTwo Email Signatures for Microsoft 365 is one of the most popular third-party signature management tools for Microsoft environments. It integrates with Azure Active Directory to auto-populate employee details, supports rich HTML templates with a visual drag-and-drop editor, and can insert signatures both server-side and client-side (so users see the signature while composing). CodeTwo also supports signature campaigns — rotating promotional banners across the organization with analytics on impressions and clicks.
Exclaimer Integration
Exclaimer is another enterprise-grade signature management platform that works with both Microsoft 365 and Google Workspace. It offers department-based signature rules, campaign scheduling, A/B testing of signature banners, and detailed analytics. Exclaimer's key advantage is its cross-platform support — if your organization uses a mix of Google and Microsoft, Exclaimer can manage both from a single dashboard. For organizations considering these tools, our professional email signature guide covers the broader strategy of team signature policies.
Hybrid Approaches
Many organizations use a hybrid approach: employees set their own personal signature (name, title, phone) while IT deploys a standardized legal disclaimer and branding footer via transport rules. This balances personalization with compliance. The personal signature appears first (set by the employee), followed by the company-mandated footer (applied server-side). Just be careful about redundancy — if both the personal signature and the transport rule include the company logo, recipients see it twice.
14. Outlook Mobile Signature (Advanced)
While the basic mobile setup was covered in section 5, there are important platform-specific differences and advanced considerations worth exploring.
iOS vs Android Differences
Both Outlook for iOS and Outlook for Android support plain-text signatures, but there are subtle differences. On iOS, the signature editor is slightly more generous with character limits and handles line breaks more consistently. On Android, some users report that line spacing in the signature doesn't match the preview. Both platforms share the same fundamental limitation: no HTML support in the mobile app's signature editor. The Outlook mobile app also defaults to a single signature shared across all accounts, though newer versions (late 2025+) support per-account signatures — check your app version if you need this feature.
HTML Support Limitations
Unlike the desktop and web versions, Outlook mobile's signature editor doesn't accept pasted HTML — it strips all markup and retains only plain text. There's no workaround within the app itself. However, if your organization uses server-side signatures via Exchange transport rules or a tool like CodeTwo/Exclaimer, those HTML signatures are appended to emails sent from mobile too. This is the recommended approach for businesses that need consistent branding across all devices. Learn more about server-side options in our admin-managed signatures section.
Replacing "Get Outlook for iOS/Android"
The default signature on Outlook mobile is "Get Outlook for iOS" (or Android). This is essentially free advertising for Microsoft — and it looks unprofessional in business communications. Replace it immediately: go to Settings → Signature in the mobile app and enter your professional plain-text signature. If you do nothing else, at least remove the default.
15. Outlook Signature with Microsoft 365 Copilot
Microsoft 365 Copilot is integrating AI across the entire Office suite, and email signatures are part of that evolution. While dedicated signature AI features are still emerging, here's what's available and what's coming.
AI-Assisted Signature Creation
Copilot in Outlook can help draft professional email content, and that capability extends to signatures. You can ask Copilot to "Create a professional email signature for a senior product manager at a SaaS company" and it will generate appropriate text content. However, Copilot currently generates text — not formatted HTML. For a fully designed, cross-client-compatible signature, you still need a dedicated tool like Byline that handles the HTML/CSS complexity. Use Copilot to draft the content, then paste it into a proper signature generator for formatting.
Dynamic Signatures
One emerging concept is AI-driven dynamic signatures that adapt based on context. Imagine a signature that automatically includes a relevant case study link when emailing a prospect in a specific industry, or one that swaps the CTA based on whether the recipient is a new contact or an existing customer. While this isn't fully available yet, some enterprise signature management tools (Opensense, Exclaimer) are beginning to offer audience-based signature rules that achieve a similar effect without AI.
The Future of Email Signatures
Email signatures are evolving from static blocks of text into dynamic, data-driven communication tools. AI will eventually enable real-time personalization: different CTAs for different recipients, automatic signature updates when your role changes, intelligent banner rotation based on engagement data, and even recipient-specific social proof (showing different testimonials to different industries). For now, the fundamentals remain the same: clean design, accurate information, brand consistency, and cross-client compatibility. Master the basics with Byline and you'll be well-positioned as the technology evolves. If your signature links to a website, make sure that destination is as polished as your signature — tools like Clarity SEO can audit your landing page's meta tags, performance, and SEO to ensure recipients have a great experience after clicking through.
Create your Outlook signature in 30 seconds
Byline generates Outlook-compatible HTML signatures using table-based layouts and inline styles. Copy, paste, done.
Create Your Outlook SignatureFrequently Asked Questions
Why does my Outlook signature look different from what I designed?
Classic Outlook on Windows uses Microsoft Word's rendering engine, not a browser engine. This means many CSS properties (flexbox, grid, border-radius, background-image) don't work. Use table-based layouts with inline styles for consistent rendering across all Outlook versions.
Can I use the same signature across Outlook desktop, web, and mobile?
Unfortunately, no. Each Outlook platform manages signatures independently. A signature set in classic Outlook desktop won't appear in Outlook.com or the mobile app. You need to configure each one separately. Admin-managed signatures via Exchange transport rules are the only way to ensure consistency across all platforms.
Why do my signature images show as attachments?
Classic Outlook on Windows embeds images as CID (Content-ID) attachments by default. Some recipients' email clients display these as file attachments alongside the email. To avoid this, use linked images (hosted on a URL) instead of embedded ones. The .htm file method allows you to change image references from embedded to linked.
How do I make my Outlook signature mobile-responsive?
Classic Outlook doesn't support CSS media queries, so true responsiveness isn't possible there. However, keeping your signature under 600px wide and using a single-column layout ensures it looks reasonable on mobile. The new Outlook app and Outlook.com do handle responsive design better.
Can my IT admin force a company signature on all employees?
Yes. Microsoft 365 admins can use Exchange mail flow rules (transport rules) to append signatures to all outgoing emails. These are applied server-side and work regardless of which Outlook version or device the employee uses. Third-party tools like Exclaimer offer more advanced admin signature management.
Why does my signature have extra spacing in Outlook?
Outlook's Word rendering engine adds default spacing around tables and images. Fix this by using cellpadding="0" cellspacing="0" on tables, display:block on images, and explicit height/width attributes. Avoid CSS margin and padding on non-table elements.
Related Guides
How to Add a Signature in Gmail
Step-by-step setup guide for desktop & mobile
How to Create a Professional Signature
What to include, design tips & common mistakes
Email Signature Design Best Practices
Colors, fonts, dimensions & mobile responsiveness
Create Your Signature Now
Free generator with 8 professional templates
All Email Signature Guides
Browse the full collection of tutorials