How to Remove Hyperlinks in Excel
Last Updated :
05 May, 2025
Looking for the steps to remove unwanted hyperlinks form your Excel worksheet? Then in this short article we are going to discuss 6 different ways to remove hyperlinks in Excel. The steps discussed in this article work in all Excel versions from 2023 to the latest version of Excel.
Actually, the HYPERLINK function generates a shortcut that opens a document saved on a server or the Internet or moves to another position in the existing workbook. When you click a cell that includes a HYPERLINK function, Excel moves to the specified URL or displays the file. There are many ways to remove the hyperlink from Excel, as discussed below:
Hyperlink Syntax
The syntax for a hyperlink function is as follows:
HYPERLINK(link_location, [friendly_name])
Difference between Clear Hyperlinks and Removed Hyperlinks
Clear hyperlinks and removing a hyperlinks are two different method so don't get confuse between these two terms also we have mentioned what actual difference between them.
- Clear Hyperlinks: The hyperlinks in the selected cells will be deleted. The formatting will not be cleared.
- Remove Hyperlinks: The hyperlinks and formatting in the chosen cells should be removed.
How to Remove Hyperlinks in Excel
You can eliminate a single hyperlink, or many hyperlinks in one go, disable automatic hyperlinks, and disable the need to use Ctrl to follow a hyperlink.
This article will provide you with different methods to remove the hyperlinks in Excel.
To remove a hyperlink but keep the text, simply right-click on the cell with the hyperlink and click the " Remove Hyperlink" option.
In conclusion, you can go through the procedures again and remove hyperlinks from additional cells. Furthermore, you may use this procedure to delete hyperlinks from both cells by selecting them together.
Delete all hyperlinks in two steps :
Step 1: Select the entire column.
Select the entire column by clicking on a single cell and pressing "Ctrl+ Space".
Step 2: Select "Remove Hyperlinks".
Right-click on any selected cell and select "Remove hyperlink" from the context menu.
All the hyperlinks are removed from the column.
Method 2: Remove Hyperlink in Excel by Edit Hyperlink Window
Follow the below steps to remove hyperlinks using Window
Step 1: Select the target cell with the right mouse button.
Step 2: Then select "Edit Hyperlink" from the drop-down menu.
Step 3: Press the "Remove Link" button in the "Edit Hyperlink" window. Keep in mind that the hyperlink in the "Address" text box should not be empty. Otherwise, the "OK" button will be inactive.
The pop-up will vanish as soon as you click the "Remove Link" button. In addition, the cell's hyperlink has been erased. Unlike the previous way, you cannot delete the hyperlinks for various cells at the same time. To remove the hyperlink, select it and then press the Delete key.
Follow the below steps to remove hyperlinks from the Toolbar:
Step 1: Choose the desired cell. To pick a cell, use the arrow keys on your keyboard or click and hold the mouse button.
Step 2: Next, click the "Clear" button on the toolbar.
Step 3: Then there are 2 choices related to hyperlinks in the drop-down menu.
Step 4: The hyperlink will be erased from the cell if you select "Clear Hyperlinks" from the menu. The format, though, will not change. A little button will also be shown close to the actual cell. When you click the button, a menu with two alternatives appears. You get to choose whether or not to exit the format at this point.
Step 5: The hyperlink will be deleted asap if you select "Remove Hyperlinks" from the menu.

Simultaneously, the format will be phased out. The distinction between the two options beneath the "Clear" button is this. When you save the cell format, you can use this approach to select "Clear Hyperlinks". You can even remove hyperlinks for several cells at once with this method. If you choose to leave the format alone, the formatting of all the cells will remain unchanged.
Method 4: Remove Hyperlink Using the HYPERLINK function
If you used the HYPERLINK function to establish the hyperlink, you can remove it by following these steps:
Step 1: Choose the cell that contains the hyperlink.

Step 2: To copy the hyperlink, use "CTRL+C".

Step 3: By using the Values paste option, right-click and paste.

Method 5: Delete all Hyperlinks in Two Clicks
Follow the below steps to remove all hyperlinks at the same time in Excel 10 or greater versions:
Step 1: Click all cells with hyperlinks or select all cells by using "Ctrl+A".

Step 2: Remove Hyperlinks by right-clicking and selecting Remove Hyperlinks.

We will advise you to be patient with Excel as it may glitch sometimes and not give you the desired output right away. It is good if you just close the window and reopen it.
Method 6: Remove Hyperlink in Excel using VBA code
Users can also remove Hyperlinks from Excel using VBA code. VBA code helps us to remove Hyperlinks from the sheet or the entire workbook instantly. We can insert the below code on the VBA editor and run it. If you want to learn more about the VBA code then CLICK HERE.
Follow the below steps to Remove the Hyperlinks using the VBA code.
Step 1: In the Excel sheet with hyperlinks, Press "ALT+F9" to open the VBA editor window.
Step 2: Now Click on Insert >- Insert "Module".
Step 3: Write the below code into the newly inserted module and press F5 to run it.
Code to Remove Hyperlink from Active Sheet.
Sub RemoveHyperlinkfromactivesheet()
Activesheet.UsedRange.Hyperlink.Delete
End Sub
Code to Remove Hyperlink from Workbook.
Sub RemoveHyperlinkfromActiveWorkbook()
Dim was as Worksheet
Dim rng as Range
Dim cell as Range
for each ws in thisworkbook.worksheet
set rng = ws.UsedRange
For each cell in rng.cells
If cell.Hyperlink. count > 0 then
Cell.Hyperlink.Delete
end if
Next cell
Next ws
End sub
Note: Save the workbook as Macro-Enabled Workbook.
How to Disable Automatic Hyperlink in Excel
Follow the steps to stop your Excel from turning your links into hyperlinks
Step 1: Go to the File and select "Options".
Step 2: Now click on "Proofing".
Step 3: Select the "AutoCorrect" Option.
Step 4: Now Select "AutoFormat" as you type. And untick the first option which is "Internet and network path with hyperlink". Click "OK"
Similar Reads
How to Remove Hyperlinks in Excel? Different Methods
Looking for the steps to remove unwanted hyperlinks form your Excel worksheet? Then in this short article we are going to discuss 6 different ways to remove hyperlinks in Excel. The steps discussed in this article work in all Excel versions from 2023 to the latest version of Excel.Actually, the HYPE
6 min read
How to Remove Grid lines in Excel
When you open the Excel sheet, you see a cross-section of rows and columns with grey-coloured lines that separate cells. Those gray-colored lines are known as gridlines in MS Excel. The grey color is the default color offered by Microsoft and one can change the color of the gridlines. These Guidelin
10 min read
How to Remove Spaces in Excel
Have you ever wondered you keep searching data on Excel but it is not returning any values and many times you are trying to add columns or data but you are unable to do so? Well, these are some common problems we all have faced in our life. But do you know why it happens? This happens because of ext
8 min read
How to Add a Hyperlink in MS Word
Adding clickable links to your document is a simple yet powerful way to connect readers to external websites, email addresses, or even other sections within the same file. Knowing how to add a hyperlink in MS Word allows you to enhance your content and improve navigation for your audience. Whether y
3 min read
How to Create a Hyperlink in HTML?
If we want to navigate from one page to another then Hyperlink comes into play. It provides you the link to navigate to another page, on hovering that link the cursor turns into a little hand. Hyperlink enables us to connect one page to another, navigate to specific sections, or even open applicatio
2 min read
How to Hyperlink in Google Docs on Desktop & Mobile
How to Insert a Hyperlink in Google Docs - Quick StepsOpen Google Docs > Select your documentSelect the text > Click on the Hyperlink iconEnter the Link > Click ApplyEver wondered how to make your Google Docs more interactive and user-friendly? Hyperlinking in Google Docs is a simple yet po
8 min read
How to Remove Lines in Google Docs
Have you ever encountered unwanted lines in Google Docs that disrupt the flow of your document? Whether itâs a table border, a horizontal line created by typing hyphens or underscores, or paragraph borders, these lines can sometimes make your document look cluttered. The good news is, removing them
8 min read
Extract hyperlinks from PDF in Python
Prerequisite: PyPDF2, Regex In this article, We are going to extract hyperlinks from PDF in Python. It can be done in different ways: Using PyPDF2Using pdfx Method 1: Using PyPDF2. PyPDF2 is a python library built as a PDF toolkit. It is capable of Extracting document information and many more. Appr
2 min read
How to Round Numbers in Excel?
Precision is important, but so is clarity. Whether you're preparing a financial report, managing inventory, or analyzing sales data, knowing how to round numbers in Excel can streamline your spreadsheets and make your data easier to understand. Excel offers several functions tailored for different r
13 min read
How to Insert or Remove Page Breaks in Excel
Excel has the functionality to print its data directly from the Excel sheet itself. But here comes the problem, if you have data of 300 rows, then you cannot print the entire data on a single sheet of paper, data needs to be divided among different sheets equivalently. Excel can do this automaticall
9 min read