Microsoft has quietly added two small but powerful keyboard shortcuts to the latest Windows 11 Insider previews—Win + - for an en dash and Win + Shift + - for an em dash. The change, buried in Dev Channel build 26200.5761 and Beta Channel build 26120.5770, fills a decades-old gap that forced typists to memorize numeric Alt codes or interrupt their flow to open character pickers. For anyone who writes for a living—journalists, editors, academics, content creators—these combos promise to save hundreds of keystrokes per day.

The en dash (–) and em dash (—) are punctuation workhorses. The en dash connects ranges of numbers or compound adjectives; the em dash signals a break in thought—like this one—with a longer pause. Yet typing them on Windows has always been oddly painful. The old standbys—Alt+0150 and Alt+0151—demand a numeric keypad and perfect recall. The Emoji & Symbols panel (Win + . or Win + ;) works but forces you to leave the keyboard and scroll with a mouse. Some apps auto-correct double hyphens, but that behavior is inconsistent and application-specific. Microsoft’s new shortcuts finally bring a system-level, cross-app solution that feels native and instantaneous.

What exactly changed

Microsoft baked the shortcuts directly into the input stack. That means they should work in virtually any text control: Notepad, Word, browser text fields, Slack, code editors, and more. The implementation leverages standard Unicode characters (U+2013 for en dash, U+2014 for em dash), so the glyphs display correctly anywhere Unicode is supported.

The shortcuts are simple by design:

  • Press Win + – (hyphen/minus key) to insert an en dash.
  • Press Win + Shift + – to insert an em dash.

Because the insertion happens at the OS level, no additional software, text expansion, or autocorrect rules are needed. This marks a significant shift from relying on individual app developers to support dashes.

Rollout details: a staged, server-gated affair

Microsoft first exposed the feature in Dev Channel build 26200.5761 and Beta Channel build 26120.5770. However, don’t expect the shortcuts to light up automatically just because your machine hits that build number. Microsoft uses a “controlled feature rollout” model: the code ships in the build, but a server-side flag determines whether your device actually gets the functionality. This staging approach lets the Windows team gather telemetry and fix bugs before a wider release.

As a result, some Insiders will see the dash shortcuts immediately, while others must wait days or weeks. The official Windows Insider blog and release notes list the feature under input improvements, but they caution that availability “may not be instant.” The build itself is necessary but not sufficient.

How to get the shortcuts the official way

If you want to try the dash shortcuts through Microsoft’s supported path, follow these steps:

  1. Open Settings > Windows Update > Windows Insider Program and enroll your device. Choose the Dev or Beta channel (Dev is more cutting-edge but may be less stable).
  2. Check for updates. Install all pending items until you reach build 26200.5761 (Dev) or 26120.5770 (Beta). Use WinVer to verify.
  3. Restart your PC. Open any text field and press Win + -. If nothing happens, the feature isn’t toggled for your device yet; keep checking over subsequent days, or consider the experimental route below.

This is the safest method, but it requires patience. The feature will eventually reach all Insiders as Microsoft expands the flag, and it will roll into production builds—likely with the next major Windows 11 version (e.g., 24H2 or later).

Enable early with ViVeTool (at your own risk)

A subset of enthusiasts has already flipped the feature flag manually using the community utility ViVeTool. The feature ID is 58422150, and reports indicate an internal name like “EnAndEmDash.” Here’s the procedure, though it’s unsupported and comes with real risks:

  1. Download ViVeTool from its GitHub repository and extract the zip to a folder (e.g., C:\ViVeTool).
  2. Launch Command Prompt as Administrator and navigate to that folder.
  3. Run vivetool /enable /id:58422150.
  4. Restart Windows and test the shortcuts.

Important cautions: ViVeTool does not add code—it merely toggles flags Microsoft has already embedded. However, enabling features that haven’t been fully validated can introduce instability, break other components, or alter update behavior. Microsoft’s support stance is clear: it does not condone or assist with registry/flag hacks. Only proceed if you understand the implications and have a full backup. This is not for production machines.

Why writers and editors should care

The practical benefits are immediate for anyone who types professionally.

Eliminates disruptions. Instead of pausing to open a picker or fumble for a numeric keypad, you press two keys and keep typing. The cognitive friction is near zero once muscle memory kicks in.

Closes the macOS gap. Mac users have long enjoyed Option+- and Option+Shift+- for en and em dashes. The new Windows shortcut brings parity, removing one of those small but grating reasons typography-conscious writers might prefer a Mac.

Improves document quality. When correct dashes are effortless, people actually use them instead of slapping in a hyphen or double hyphen. That subtle change elevates everything from blog posts to academic papers.

Laptop-friendly. Tenkeyless keyboards, popular on ultrabooks and compact layouts, lack a numeric keypad. The new shortcut gives laptop users the same speed as those with full-size keyboards.

The Magnifier conflict and other gotchas

Not everything is perfect. Microsoft’s release notes highlight one critical exception: when Magnifier is active, Win + – continues to zoom out instead of inserting an en dash. This preserves critical accessibility behavior for low-vision users, but it means the dash shortcut doesn’t work in that context. Power users who depend on Magnifier will need to choose between quick dashes and zoom controls—or remap one of them.

Other conflicts can arise from:

  • Third-party keyboard remappers. Tools like AutoHotkey, PowerToys Keyboard Manager, or gaming keyboard software may intercept the Windows key or the hyphen key, blocking the dash insertion.
  • Application-level key capture. Virtual machines, remote desktop sessions, some terminal emulators, and Electron-based apps sometimes handle injected keystrokes unpredictably. Test your critical apps before relying on the shortcut.
  • International keyboard layouts. The hyphen/minus key resides in different spots on non-US layouts. Some users report needing extra modifiers, and behavior may vary on AZERTY, QWERTZ, or compact layouts. If you use a localized keyboard, verify that the shortcut works as expected.

Enterprise and IT implications

IT administrators should add these shortcuts to their Insider pilot checklists. The feature is small, but it can interact with group policies, kiosk configurations, and accessibility setups at scale.

  • Validating accessibility tooling: Because of the Magnifier exception, organizations that deploy Windows accessibility features must document that the dash shortcut won’t work when Magnifier is running and provide alternatives.
  • Locked-down environments: Kiosks, exam computers, and some secure systems disable the Windows key entirely for security. Those policies will also suppress the dash shortcut, which may require a policy update if dashes are deemed necessary.
  • Remote desktop and virtualization: Test dash behavior in Citrix, VMware, RDP, and Azure Virtual Desktop sessions. Input translation layers don’t always pass the combination cleanly.
  • Deployment readiness: Once the feature moves to general availability (likely as part of a feature update), IT teams should update internal documentation and training materials to make users aware of the new shortcut.

Alternatives if you can’t or won’t run Insider builds

Until the feature reaches general availability, many users will stick with production Windows 11 releases. Here are your fallback options:

  • Emoji & Symbols panel: Press Win + . or Win + ; to open the panel, then search for “dash” or navigate to the punctuation section. Works everywhere but is slower.
  • Alt codes (requires numeric keypad): Alt+0150 (en dash) and Alt+0151 (em dash). A reliable method for those with full-size keyboards.
  • PowerToys Keyboard Manager: Remap a custom combo (for example, Alt + -) to paste the Unicode dash character. Requires PowerToys and may need admin rights.
  • AutoHotkey scripts: Write a small script that expands a trigger like “--” into an em dash system-wide. Powerful but introduces a third-party dependency.
  • Application autoformatting: Microsoft Word, Outlook, and Google Docs can auto-replace double hyphens with em dashes. Keep in mind this only works inside those apps.

None of these match the simplicity of a native OS shortcut, but they bridge the gap until Microsoft opens the feature to everyone.

The road ahead

The dash shortcuts are emblematic of a broader trend: Windows is slowly smoothing out the typing experience that power users have grumbled about for decades. Past improvements like the emoji panel, clipboard history (Win + V), and voice typing already modernized input. Now, with this seemingly tiny tweak, Microsoft chips away at the last excuses for poor punctuation in digital text.

We expect the feature to roll out to all Insider channels over the coming weeks. After that, it will likely appear in a stable Windows 11 feature update—candidates include the 24H2 or a subsequent “moment” update. There’s no official word on exact public timing, but the inclusion in both Dev and Beta channels signals a high confidence level from the Windows team.

When it lands broadly, the dash shortcut will be one more tool that simply works, without fanfare, exactly as an operating system should. For now, Insiders get the early preview, and the rest of us can watch with a mix of envy and anticipation.


Source: BetaNews, “Microsoft makes it easier for Windows 11 users to type em and en dashes with keyboard shortcuts,” September 7, 2025.