You open Paste Special in Word on your desktop and see options like HTML Format, Unformatted Text, and Picture. On your laptop or a colleague’s device, the same Paste Special dialog shows fewer options or completely different entries. This inconsistency slows down your workflow when you rely on consistent paste behavior across computers. The cause is not a software bug but a combination of the source application, the clipboard format, and each device’s available clipboard handlers. This article explains why Paste Special options differ and provides steps to make the dialog show the same, full set of paste options on every device you use.
Key Takeaways: Why Paste Special Options Vary and How to Standardize Them
- Clipboard source format determines available options: Pasting from a web browser adds HTML Format and CSS classes, while pasting from another Word document adds Word-specific internal formats.
- Missing clipboard handlers reduce the options list: Devices without certain filters, such as the Microsoft Office Picture Manager filter, will not show Picture (Enhanced Metafile) or Bitmap options.
- Ctrl+Alt+V opens Paste Special directly: Use this shortcut after copying to bypass the ribbon and see the full list of available formats for the current clipboard content.
Why Paste Special Options Differ Between Devices
The Paste Special dialog in Word displays a list of formats that the current clipboard content can be converted into. The list is generated dynamically based on three factors: the source application that placed data on the clipboard, the clipboard formats the source application registered, and the clipboard format handlers installed on the local device.
When you copy text from a web browser, the browser places multiple clipboard formats on the clipboard: HTML Format, Rich Text Format, Unicode Text, and sometimes a plain text fallback. Word reads these formats and shows them in Paste Special. If you copy from an Excel spreadsheet, Excel adds its own formats such as Microsoft Excel Binary Worksheet, Microsoft Excel 12.0 Object, and HTML with Excel-specific CSS. Each source application controls which formats it exposes.
The second factor is the device’s clipboard handler registry. Windows stores a list of registered clipboard format handlers in the Registry under HKEY_CLASSES_ROOT\CLSID. These handlers are installed by Office applications, third-party add-ins, and system components. If a device is missing a handler — for example, because an older Office version was uninstalled or a picture filter was removed — the corresponding format will not appear in Paste Special even if the source application placed it on the clipboard.
The third factor is the Office version and update level. Word 2019, Word 2021, and Word for Microsoft 365 each ship with slightly different sets of clipboard converters. A device running Word 2016 may lack the “Picture (PNG)” option that appears on a Word 365 device. Similarly, a 32-bit Office installation on a 64-bit Windows system may not register all 64-bit clipboard handlers, leading to missing options.
Steps to Standardize Paste Special Options Across Devices
Method 1: Use the Same Office Version and Update Channel
- Check Office version on each device
Open Word, go to File > Account. Under Product Information, look for the version number and update channel. Devices on different channels, such as Semi-Annual Enterprise vs Current Channel, receive different clipboard converters. - Set all devices to the same channel
If you manage multiple machines, deploy the same Office update channel via Group Policy or the Office Deployment Tool. For home users, install the same Office edition on all devices — for example, Microsoft 365 Apps for Enterprise on every computer. - Run Office updates on each device
Go to File > Account > Update Options > Update Now. After updating, restart Word and test Paste Special with the same source content.
Method 2: Copy From the Same Source Application
- Use the same source app for testing
When comparing Paste Special options, copy from the identical application on each device. For example, copy a table from Excel 365 on both machines. Copying from different source apps, such as Excel 2016 on one device and Excel 365 on another, will produce different clipboard formats. - Copy plain text to see a baseline
Open Notepad, type a few words, copy them, and then use Paste Special in Word on each device. The options should be identical: Unformatted Text and Text. If they differ, the issue is in the clipboard handlers, not the source. - Copy from a web browser to test HTML support
Copy formatted text from a webpage and paste special. Devices with the same Office version should show HTML Format, Unformatted Text, and Rich Text Format. Missing options indicate a missing HTML clipboard handler.
Method 3: Repair Missing Clipboard Handlers via Office Repair
- Open Programs and Features
Press Windows key + R, typeappwiz.cpl, and press Enter. Find Microsoft 365 or your Office version in the list. - Run Quick Repair
Right-click the Office entry and select Change. Choose Quick Repair and click Repair. This re-registers missing clipboard handlers without reinstalling the entire suite. - Run Online Repair if Quick Repair fails
If options are still missing after Quick Repair, repeat the process and select Online Repair. This downloads and reinstalls all Office components, including all clipboard format handlers. - Restart and test
After repair, restart Windows, open Word, copy content from a known source, and open Paste Special with Ctrl+Alt+V. Verify that the options match those on your reference device.
Method 4: Use a Registry Script to Re-Register Clipboard Formats
- Open Registry Editor
Press Windows key + R, typeregedit, and press Enter. Click Yes in the User Account Control prompt. - Navigate to the clipboard format key
Go toHKEY_CLASSES_ROOT\CLSID\{00024509-0000-0000-C000-000000000046}. This is the CLSID for the Microsoft Office clipboard converter. If the key is missing, the converter is not registered. - Export the key from a working device
On a device where Paste Special shows the full options, right-click the key and select Export. Save the .reg file and transfer it to the problem device. - Import the .reg file on the problem device
Double-click the .reg file and confirm the import. Restart Word and test Paste Special. This step should restore the missing clipboard formats.
If Paste Special Options Still Differ After the Main Fix
Paste Special Shows Only “Unformatted Text” on One Device
This occurs when the clipboard handler for rich text is missing or disabled. Go to File > Options > Advanced. Under the Cut, Copy, and Paste section, ensure “Show Paste Options buttons” is checked. Also verify that the “Paste content from other programs” setting is set to “Keep Source Formatting” or “Use Destination Styles.” If set to “Text Only,” Word strips all formatting before Paste Special processes the clipboard.
Paste Special Shows “Picture (Enhanced Metafile)” on One Device but Not Another
The Enhanced Metafile format requires the Windows GDI+ component and the Office Picture Converter. If the device is missing the Microsoft Office Picture Manager filter, the option disappears. Reinstall the Office Shared Features by running the Office installer and selecting “Add or Remove Features.” Under Office Tools, set “Microsoft Office Picture Manager” to “Run from My Computer.”
Paste Special Options Change When Using Remote Desktop
When you connect to a remote Windows machine via Remote Desktop, the clipboard is shared between the local and remote machines. The remote Word instance sees the clipboard formats placed by the local source application. If the local device has different clipboard handlers than the remote device, the options will differ. To fix this, copy the content on the remote machine itself, not from the local machine. Or, use the same Office version on both machines.
| Item | Device A (Full Options) | Device B (Limited Options) |
|---|---|---|
| Office version | Microsoft 365 Apps for Enterprise, Current Channel | Office 2016 Pro Plus, Semi-Annual Channel |
| Clipboard source | Microsoft Edge browser | Google Chrome browser |
| Clipboard handler registry | All CLSID keys present | Missing CLSID for Office Picture Converter |
| Paste Special options shown | HTML Format, Rich Text Format, Unformatted Text, Picture (PNG), Picture (Enhanced Metafile) | Unformatted Text, Picture (PNG) |
You can now identify why Paste Special shows different options on each device and apply the appropriate fix. Start by verifying that all devices run the same Office version and update channel. Use Ctrl+Alt+V to open Paste Special directly after copying from the same source application. If options remain different, run an Office repair or re-register missing clipboard handlers via Registry import. For remote desktop scenarios, copy content on the remote machine itself to avoid cross-device clipboard format mismatches.