How to Remove a Hyperlink in Excel: Complete Step-by-Step Guide
Learn how to remove a hyperlink in Excel using right-click, ribbon menu, keyboard shortcuts, and VBA macros to clean up single cells or entire worksheets fast.

Learning how to remove a hyperlink in Excel is one of those small but essential skills that saves hours of frustration when you work with imported data, pasted content from websites, or spreadsheets shared by colleagues. Hyperlinks often appear unexpectedly when you type email addresses, website URLs, or copy content from a browser into a worksheet. While they look tidy at first glance, they can interfere with cell formatting, trigger accidental clicks, and clutter reports meant for printing or sharing as static documents with stakeholders.
This guide walks through every reliable method available in modern Excel, including Microsoft 365, Excel 2021, Excel 2019, and Excel for the web. You will learn how to remove a single hyperlink, strip hundreds of links at once across an entire sheet, prevent Excel from creating them automatically in the future, and use VBA macros for advanced cleanup tasks. Each technique is field-tested by analysts, accountants, and educators who manage data daily.
Hyperlinks in Excel are technically a layer of metadata attached to a cell, separate from the visible text. That is why simply deleting the cell value sometimes leaves the underlying link intact, especially when the cell uses the HYPERLINK function. Understanding this distinction is the foundation for choosing the right removal method, whether you are dealing with mailto links, file paths, internal worksheet references, or web URLs pulled in from a data connection.
Beyond aesthetics, removing hyperlinks matters for accessibility and security. Screen readers can announce every link, which slows down navigation for assistive technology users. Security-conscious teams often strip links from shared workbooks to prevent phishing risks when files travel between organizations. Compliance teams in healthcare and finance specifically require static deliverables without clickable elements that could lead to external resources outside controlled environments or audited document repositories.
Beginners often confuse hyperlink removal with formatting cleanup. The blue underlined appearance comes from the Hyperlink cell style, and that style can linger after the link itself is gone. We will cover both removing the link object and resetting the cell style so your data looks clean. If you frequently work with lookups, you may also want to brush up on the xlookup excel reference for related cell manipulation patterns.
By the end of this tutorial, you will have a complete toolkit: keyboard shortcuts for one-off removals, ribbon paths for visual learners, Paste Special tricks that work across versions, and macro snippets you can save in your personal macro workbook for permanent reuse. We also cover how to stop Excel from auto-creating hyperlinks in the first place, which is the most efficient long-term solution for users who type URLs and emails into spreadsheets every single day at work.
Whether you manage a contact list, build financial models, or prepare classroom materials, mastering hyperlink removal helps you produce cleaner, more professional spreadsheets. The methods below progress from simplest to most powerful, so you can stop reading the moment you find the one that fits your immediate workflow. Bookmark this page, because most Excel users return to these techniques repeatedly throughout their careers when dealing with new data sources or legacy workbooks.
Hyperlink Removal by the Numbers

Five Methods to Remove Hyperlinks in Excel
Right-Click Single Cell
Select All and Remove
Paste Special Trick
Clear Formats Option
VBA Macro Cleanup
Disable AutoFormat
The right-click method is the most discoverable way to remove a hyperlink in Excel and the one most users learn first. Position your cursor over the cell containing the link, click the right mouse button, and look for the Remove Hyperlink option near the bottom of the context menu. The cell text remains intact, but the clickable behavior disappears immediately. On a Mac, use Control-click if your trackpad does not have a dedicated right-click gesture enabled in System Preferences settings.
For multiple hyperlinks, the right-click approach scales surprisingly well. Hold Ctrl while clicking each hyperlinked cell to build a selection, or drag across a range with the mouse. Once your selection is complete, right-click any cell within that selection and choose Remove Hyperlinks (note the plural). Excel processes the entire group in a single action, even if the range contains a mix of hyperlinked and plain cells, leaving non-link cells untouched throughout the operation.
The ribbon path offers a visual alternative for users who prefer not to use context menus. Select your target cells, navigate to the Home tab, find the Editing group on the far right, click the Clear dropdown (it looks like an eraser icon), and choose Remove Hyperlinks. This same menu also contains Clear All, Clear Formats, Clear Contents, and Clear Comments, giving you granular control over exactly what you want to strip from selected cells in one click.
When working with imported data, you often need to clean an entire column. Click the column header letter to select the whole column, then use either the right-click or ribbon method described above. Excel handles columns with millions of rows efficiently, though very large selections on slower computers may take a few seconds. If Excel appears frozen, give it time rather than forcing a restart, because canceling mid-operation can leave the workbook in an inconsistent state requiring manual fixes.
One trick power users love involves the Name Box, that small field to the left of the formula bar. Type a range like A1:A5000 into the Name Box and press Enter to instantly select that range, then apply Remove Hyperlinks. This bypasses scrolling entirely and is the fastest way to target known ranges without dragging. Many analysts also pair this with find duplicates in excel workflows when cleaning contact lists with both duplicate entries and hyperlinked email addresses.
If your hyperlinks were created using the HYPERLINK function rather than inserted as objects, the right-click Remove Hyperlink option will not work because the link is generated by a formula. In this case you must overwrite the formula with its result. Copy the cell, then use Paste Special with Values to replace the formula with plain text. Alternatively, edit the formula bar and replace =HYPERLINK with the display text directly to permanently break the link reference.
Visual cleanup often follows the removal step. After stripping links, the cells frequently retain blue text and underline formatting from the Hyperlink cell style. Open the Cell Styles gallery on the Home tab, right-click the Normal style, and choose Apply to reset selected cells to default formatting. This two-step process of removing the link and resetting the style produces truly clean output ready for printing, PDF export, or sharing as a finished deliverable to clients.
Keyboard Shortcuts and Paste Special Techniques
Excel has no single dedicated shortcut for removing hyperlinks, but you can chain shortcuts effectively. Press Ctrl+A to select all, then Shift+F10 to open the context menu with the keyboard, and use the arrow keys to navigate to Remove Hyperlinks. This entire sequence takes about three seconds once memorized and works without touching the mouse, which is ideal for laptop users on planes or in cramped workspaces.
Power users assign a custom shortcut by recording a macro that removes hyperlinks, then mapping it to Ctrl+Shift+H or similar. Open the Developer tab, click Record Macro, perform the removal once, stop recording, and assign your preferred key combination. The recorded macro is saved to your personal workbook and becomes available in every Excel session, turning a multi-click operation into a single keystroke for permanent productivity gains.

Manual Removal vs VBA Macro Approach
- +Manual removal requires zero programming knowledge and works for anyone
- +Right-click method is universally available across Excel versions and platforms
- +You can preview each removal before committing the change permanently
- +No macro security warnings or trust settings to configure beforehand
- +Works in Excel for the web where VBA is unavailable
- +Easy to undo with Ctrl+Z if you remove the wrong link by mistake
- +Teachable to colleagues in under thirty seconds during a screen share
- โManual removal is slow for workbooks with thousands of links across many sheets
- โRepetitive selection is error-prone when ranges are non-contiguous
- โNo way to filter which links to remove based on URL pattern manually
- โMac and Windows menus differ slightly, causing confusion for cross-platform teams
- โCannot be scheduled or automated as part of a data pipeline
- โEasy to accidentally clear formats or contents along with links
Complete Hyperlink Removal Checklist
- โSave a backup copy of the workbook before bulk removal operations
- โIdentify whether links are inserted hyperlinks or HYPERLINK function results
- โSelect target cells using Ctrl+A, column headers, or the Name Box
- โRight-click and choose Remove Hyperlinks for inserted hyperlinks
- โUse Paste Special with Values to convert HYPERLINK formulas to plain text
- โApply the Normal cell style to reset blue underlined formatting
- โVerify removal by hovering over previously linked cells to confirm no tooltip appears
- โDisable AutoFormat to prevent new hyperlinks from being created automatically
- โRun a VBA macro for workbooks with hyperlinks spread across many sheets
- โTest printed output or PDF export to confirm clean visual presentation
The two-keystroke shortcut every Excel user should memorize
Press Ctrl+A twice in any worksheet to select every cell, then right-click and choose Remove Hyperlinks. This single action strips every link in the entire sheet in under one second, regardless of whether the workbook contains five links or five thousand. It is the fastest cleanup method available and works identically in Excel 2016, 2019, 2021, and Microsoft 365 across both Windows and Mac platforms.
VBA macros transform hyperlink removal from a manual chore into a one-click operation, which becomes essential when you regularly process workbooks with dozens of sheets and thousands of links. To get started, press Alt+F11 to open the Visual Basic Editor, click Insert then Module, and paste a short macro. The simplest version uses ActiveSheet.Hyperlinks.Delete, which removes every hyperlink on the current sheet in milliseconds. Save the workbook as macro-enabled (.xlsm) to preserve your code permanently.
For workbook-wide cleanup, expand the macro with a For Each loop that iterates through every worksheet. Declare a variable as Worksheet, loop through ThisWorkbook.Worksheets, and call Hyperlinks.Delete on each sheet inside the loop. This entire macro is only five lines of code but handles workbooks of any size. Many corporate finance teams keep this macro in their personal macro workbook, accessible from a custom Quick Access Toolbar button for instant use across every file they open.
Advanced macros can selectively remove hyperlinks based on URL patterns. If you only want to strip mailto links while keeping web URLs intact, loop through the Hyperlinks collection and check the Address property with InStr or Like operators. Delete only those matching your criteria. This selective approach is invaluable for compliance scenarios where some links must remain auditable while others, such as personal email addresses, must be stripped before external distribution to clients or regulators.
Macro security settings affect whether your code runs. Open File, Options, Trust Center, Trust Center Settings, and review Macro Settings. The recommended option is Disable VBA macros with notification, which prompts you each time a macro tries to run. Trusted Locations let you designate folders where macros run automatically without prompts, ideal for your personal scripts. Never blanket-enable all macros, because malicious VBA in downloaded workbooks remains a real attack vector for phishing campaigns targeting office workers.
The Personal Macro Workbook (Personal.xlsb) is hidden by default and loads automatically every time Excel starts. Record any macro and choose Personal Macro Workbook as the storage location to make it available globally. Once your hyperlink removal macro lives there, you can assign it to a ribbon button, the Quick Access Toolbar, or a keyboard shortcut like Ctrl+Shift+H. This setup turns a multi-step menu navigation into a single keypress that works in every workbook you open from any project or client.
Debugging macros requires basic familiarity with the VBA Editor. Press F8 to step through code line by line, watching variable values in the Locals window. If your macro errors with Object Required, you likely tried to call Hyperlinks.Delete on a worksheet object that does not exist or was renamed. Use ThisWorkbook to reference the file containing the macro, and ActiveWorkbook to reference whichever file is currently in focus, since these distinctions matter when multiple files are open simultaneously.
For users uncomfortable with VBA, Office Scripts in Excel for the web offers a modern alternative using TypeScript syntax. Office Scripts work in browsers, run in Microsoft 365 cloud environments, and integrate with Power Automate for true workflow automation. A simple Office Script can remove all hyperlinks across a workbook and be triggered automatically whenever a new file lands in a SharePoint folder, eliminating manual cleanup from your routine entirely for high-volume document processing pipelines.

Once you save and close a workbook after removing hyperlinks, the original URLs are gone permanently. Ctrl+Z works only within the current session before saving. Always create a backup copy of important workbooks before running bulk removal operations, especially when using VBA macros that process all worksheets simultaneously. Cloud autosave can also overwrite your backup if you work directly in OneDrive or SharePoint without first creating a local snapshot.
Preventing Excel from creating hyperlinks automatically is often a better long-term solution than removing them repeatedly. Open File, Options, Proofing, and click AutoCorrect Options. Switch to the AutoFormat As You Type tab and uncheck Internet and network paths with hyperlinks. From this point forward, typing an email address or URL into a cell produces plain text rather than a clickable link. This single setting eliminates the source of most hyperlink frustration for typical office workers entering contact information into spreadsheets.
The AutoCorrect setting only affects future entries, not existing data. You still need to clean up legacy workbooks using the methods covered earlier. However, combined with a one-time bulk removal pass, this preventive setting permanently solves the problem for your daily workflow. Share the configuration tip with colleagues, because most users never realize the option exists, and explaining it takes thirty seconds but saves recipients hours of cumulative cleanup time over the following months and years of regular spreadsheet use.
If you collaborate on shared workbooks, individual user settings still control AutoFormat behavior on each computer. There is no centralized way to disable hyperlink auto-creation across an organization through Group Policy in standard Microsoft 365 deployments. IT administrators can deploy registry tweaks for Windows users, but the practical solution is documentation: include hyperlink prevention in your team onboarding materials so new hires configure their Excel installations consistently from their first day rather than fighting unwanted links throughout their careers.
Power Query offers another preventive approach when importing data from web sources, CSV files, or databases. By default, Power Query imports URLs and email addresses as plain text without applying the Hyperlink cell style or creating link objects. If your workflow involves regular imports of contact data, switching from copy-paste to Power Query eliminates hyperlinks at the source while also providing data transformation, deduplication, and refresh capabilities that copy-paste cannot match. Many analysts also rely on excellent family dogs reference patterns for related view management techniques.
For data pasted from web browsers, use Paste Special with Values or Text instead of the default Paste. Press Ctrl+Alt+V after copying, choose Values or Unicode Text, and click OK. This brings in the visible text without any underlying hyperlink metadata or rich formatting. The keyboard shortcut Ctrl+Shift+V also performs a plain text paste in newer Excel versions. Make these paste options your default habit when bringing content from browsers, emails, or web-based reporting tools into your spreadsheets at work.
Some organizations require static deliverables with no clickable elements for audit or compliance purposes. In these cases, the final step in your reporting workflow should always be a pass through Remove Hyperlinks on the entire workbook, followed by an export to PDF. PDF export naturally preserves visible text without active hyperlinks unless you specifically enable that option in the export settings. This combination produces clean, professional documents suitable for regulators, auditors, and external stakeholders who require finalized records without external resource references.
Finally, consider using a template approach for recurring reports. Build a clean template with AutoFormat disabled, the Normal cell style applied throughout, and any necessary data validation in place. Save it to your custom templates folder so new files inherit the clean baseline. This eliminates the need to remove hyperlinks repeatedly because they never get created in the first place, and it ensures consistent professional formatting across every report your team produces for internal leadership and external clients alike.
Beyond the core techniques, several practical scenarios deserve specific attention. When you receive a workbook from an external source with hundreds of hyperlinks scattered across multiple sheets, start with a single ActiveWorkbook-wide macro rather than attempting manual cleanup. Open the VBA editor, paste a five-line macro that loops through every worksheet, and run it once. The entire cleanup finishes in seconds, even for files exceeding fifty megabytes with extensive cross-sheet references that would take an hour to clean manually one cell at a time.
Email lists are the single most common source of unwanted hyperlinks in business spreadsheets. Every email address typed or pasted becomes a mailto link automatically unless AutoFormat is disabled. When cleaning contact databases, combine hyperlink removal with deduplication and validation in a single workflow. Use Remove Hyperlinks first to strip the metadata, then apply Excel's Remove Duplicates feature on the email column, and finally use data validation to enforce format consistency for any new entries added to the cleaned list afterward.
Financial models often use HYPERLINK formulas to create navigation menus that jump between sheets. These are not the unwanted kind of hyperlinks, but they can complicate bulk removal operations. Before running a macro, audit your workbook for intentional HYPERLINK formulas by using Find and Replace to search for HYPERLINK( within formulas. Document these locations so you can restore them after a bulk cleanup, or modify your macro to skip cells containing HYPERLINK formulas while still removing inserted link objects from the rest of the workbook.
Printing and PDF export behave differently with hyperlinked content. Excel preserves hyperlinks in PDF exports by default, which can be problematic for compliance documents meant to be read offline. Disable hyperlink preservation in the Save As dialog by clicking Options before saving as PDF, and uncheck Document properties and Document structure tags for accessibility if you also want to strip metadata. Test the resulting PDF in Adobe Reader to confirm that previously linked text no longer behaves as clickable elements requiring user interaction or warnings.
Excel for the web supports hyperlink removal through the same right-click menu as desktop Excel, but the keyboard shortcuts differ slightly because the browser intercepts some key combinations. The Remove Hyperlinks ribbon option is available in the Home tab Clear menu in all modern browsers including Edge, Chrome, Firefox, and Safari. VBA macros do not run in Excel for the web, but Office Scripts provide equivalent automation capability with TypeScript syntax that integrates with Power Automate for cloud-based document processing workflows at scale.
If you frequently switch between Mac and Windows Excel, note that the right-click menu items appear in slightly different orders, but the Remove Hyperlink option is always present. Mac keyboard shortcuts use Cmd instead of Ctrl, and Option instead of Alt. The Cmd+A double-press to select all still works identically on Mac. For users on Microsoft 365 subscriptions, both platforms receive feature updates simultaneously, so once a new hyperlink-related capability ships, it appears in both Mac and Windows Excel within the same monthly update cycle for paid subscribers.
Document your team's preferred method in a shared cheat sheet or wiki page. Most organizations end up with a mix of users who prefer right-click, ribbon, or macro approaches, and consistency improves when everyone knows which technique fits which scenario. Include screenshots showing the right-click menu, the Home tab Clear dropdown, and a sample VBA macro saved in your personal workbook. New employees become productive faster when this documentation exists, and seasoned employees benefit from a quick reference when handling edge cases they encounter only occasionally. Pair this with a excellent bath towels style reference for related data cleanup workflows.
Excel Questions and Answers
About the Author
Business Consultant & Professional Certification Advisor
Wharton School, University of PennsylvaniaKatherine Lee earned her MBA from the Wharton School at the University of Pennsylvania and holds CPA, PHR, and PMP certifications. With a background spanning corporate finance, human resources, and project management, she has coached professionals preparing for CPA, CMA, PHR/SPHR, PMP, and financial services licensing exams.