Google Disavow Tool: How to Use It (Step-by-Step Guide)
The Google Disavow Tool lets you tell Google to ignore specific backlinks when assessing your site. It exists because bad actors can point spammy links at your site — either through negative SEO or old link-building campaigns you no longer want to be associated with — and those links can trigger manual actions or suppress rankings. This guide covers exactly when to use the disavow tool, how to build a correct disavow file, and how to submit it through Google Search Console without making things worse.
When Should You Use the Disavow Tool?
Google's own documentation is blunt: most sites should never need to use the disavow tool. Google's algorithms already ignore the vast majority of low-quality links algorithmically. Use the disavow tool only when:
- You have received a manual action for unnatural links. Check Google Search Console → Security & Manual Actions → Manual Actions. If you see "Unnatural links to your site," you must disavow and file a reconsideration request.
- You have clear evidence that spammy backlinks are causing a ranking drop. This requires ruling out all other causes (algorithm update, technical issues, content changes) before concluding links are the problem.
- You ran an aggressive link-building campaign in the past — paid links, link farms, exact-match anchor spam — and want to clean up before those links attract a manual penalty.
Do not disavow links speculatively. Incorrectly disavowing good links can actively harm your rankings. Google engineers have confirmed this repeatedly.
Step 1: Conduct a Backlink Audit
Before you can disavow, you need a complete picture of your backlink profile. Export your links from at least two sources to avoid gaps:
- Google Search Console → Links → Export External Links → Export all links. This gives Google's own view of your backlink profile.
- Ahrefs, Semrush, or Majestic — crawl-based tools that often surface links Google has indexed more recently than GSC shows.
Merge both exports and remove duplicates. You are looking for links that are:
- From sites with no organic traffic and no legitimate audience
- From link farms, link networks, or PBNs (private blog networks)
- From foreign-language spam sites with no relevance to your niche
- From sites with a domain spam score above 60–70 (using Moz Spam Score or Semrush Toxicity Score)
- From pages that exist only to pass links — thin or spun content, exact-match anchor text pointing to your money pages
- From sites that were used in clear link-buying schemes
Flag these links as disavow candidates. Do not flag legitimate editorial links, directory listings on reputable directories, or links from real publications — even if those domains have low DR or low traffic.
Step 2: Attempt Link Removal First (Optional but Recommended)
Historically, Google's guidelines said to try removing links manually before disavowing. In practice, this is largely symbolic — most spammy link owners don't respond to removal requests, and Google now accepts disavow submissions without proof of removal attempts. That said, if you are filing a reconsideration request after a manual action, documenting removal attempts strengthens your case. Keep a log of any outreach in a spreadsheet.
For the vast majority of disavow cases (algorithmic, not manual actions), skip straight to building the disavow file.
Step 3: Build the Disavow File
A disavow file is a plain text (.txt) file with one directive per line. The two directive types:
domain:spamsite.com— disavows all links from this domain, including subdomainshttps://spamsite.com/specific-page/— disavows only this specific URL
Lines starting with # are comments and are ignored by Google. Use them to document your reasoning:
# Disavow file — updated May 2026 # Domains flagged from backlink audit (spam score 70+, zero organic traffic) domain:link-farm-example.com domain:spammy-directories.net # Individual URLs from otherwise-mixed-quality domains https://guestpost-spam.com/random-article-123/ https://bought-links.com/paid-link-page/
Use domain-level disavow (the domain: prefix) for domains that are entirely spammy — it covers all current and future links from that domain. Use URL-level disavow only for specific problematic pages on otherwise-legitimate domains.
The file must be UTF-8 or 7-bit ASCII encoded, with a maximum of 100,000 lines and a maximum file size of 2 MB (which you will never approach in normal use).
Step 4: Back Up Your Existing Disavow File
Before submitting anything, download your current disavow file from Google Search Console (if one exists). Go to the Disavow Links tool at search.google.com/search-console/disavow-links and click "Download Current List." Store this as your baseline. Uploading a new disavow file completely replaces the existing one — there is no merge. If you upload without including previous entries, you will un-disavow everything you previously disavowed.
Step 5: Submit the Disavow File
- Go to the Google Disavow Links tool — you may need to be signed into the Google account with Search Console access for your property.
- Select the property you want to disavow links for from the dropdown.
- Click "Upload Disavow List" and select your .txt file.
- Confirm the upload. Google will show a confirmation message.
If you are responding to a manual action, you must now also file a Reconsideration Request through Search Console → Security & Manual Actions → Manual Actions → Request Review. The disavow file alone does not lift a manual penalty — Google needs you to explicitly request a review after cleaning up.
Step 6: Monitor and Update
Google processes disavow files over the next few weeks as it recrawls and reprocesses links. You will not see an immediate change in Search Console's Links report — the disavowed links will remain visible there because GSC shows all discovered links, not just the ones Google is using for ranking. The effect is invisible in the interface; you can only infer it from ranking changes or a lifted manual action.
Run a fresh backlink audit every 3–6 months. New spammy links appear over time (especially if you run an active link-building program or have been targeted for negative SEO). Maintain your disavow file as a living document — add new problematic domains as you find them, but never delete previously added entries unless you have confirmed those domains are now legitimate.
Disavow Tool vs. Link Removal: Which Is Better?
| Factor | Disavow File | Manual Removal |
|---|---|---|
| Effectiveness | Immediate signal to Google | Only works if site owner cooperates |
| Effort required | Medium (audit + file creation) | High (outreach, follow-up, tracking) |
| Reversible | Yes (remove from disavow file) | Rarely (deleted links rarely return) |
| Best for | Scale (dozens to thousands of links) | Small number of high-authority links |
For most disavow situations — especially negative SEO and bulk spam — the disavow file is the practical path. Manual removal is worth attempting only for links from real publications where the webmaster is reachable and the link is clearly a mistake.
Common Disavow Mistakes
- Over-disavowing. Including legitimate links from real sites because they have low metrics. DR 5 or 10 does not equal spam — many legitimate small sites have low DR.
- Uploading a new file without merging. Each upload replaces the previous file entirely. Always build your new file on top of the existing exported file.
- Disavowing nofollow links. Nofollow links are already ignored for PageRank. Disavowing them does nothing.
- Using URL-level disavow for mass spam. If a domain has 50 spammy links to your site, domain-level disavow covers all of them; URL-level disavow requires you to list each one separately and misses future links from the same domain.
- Expecting immediate results. Disavow processing takes weeks. Changes to rankings are gradual and may require months to fully materialize.
- Skipping the reconsideration request after a manual action. Disavowing without filing a reconsideration request does not lift the manual penalty. Both steps are required.
Related Resources
- Backlink Audit Guide — how to identify toxic links before disavowing
- Link Building Guide — building quality links that don't require disavowing later
- Google Search Console Guide — complete reference for GSC features
- Google Search Console Errors Guide — fixing GSC error reports
Frequently Asked Questions
Does the Google Disavow Tool still work in 2026?
Yes. Google still processes disavow files. However, Google also ignores most spammy links algorithmically, so disavowing is only necessary when those links are causing a measurable problem — like a manual action or a confirmed ranking drop tied to bad links.
How long does it take for a disavow file to take effect?
Google processes disavow submissions over several weeks as part of its regular crawl and reprocessing cycle. There is no instant update. For manual actions, you also need to file a reconsideration request after submitting the disavow file.
Can disavowing good links hurt my rankings?
Yes. Disavowing high-quality editorial backlinks removes the PageRank they were passing to your pages, which can reduce rankings. Back up your current disavow file before making changes, and avoid disavowing links speculatively.
Should I disavow nofollow backlinks?
No. Nofollow links do not pass PageRank and are already ignored for ranking. Disavowing them has no practical benefit.
What is the difference between disavowing a URL vs a domain?
URL-level disavow (https://spamsite.com/page) only disavows that specific link. Domain-level disavow (domain:spamsite.com) disavows all current and future links from the entire domain. Use domain-level for sites that are entirely spammy.