Chrome ERR_TOO_MANY_REDIRECTS
About Chrome ERR_TOO_MANY_REDIRECTS
Chrome ERR_TOO_MANY_REDIRECTS means the page is caught in an infinite redirect loop between URLs. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.
Here are the key things to understand: Chrome detected a redirect loop (A→B→A→B...). Page keeps redirecting without reaching final destination. Chrome stops after approximately 20 redirects. Often a server configuration issue. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.
The most common reasons this occurs include: Misconfigured HTTP-to-HTTPS redirect creating a loop. CDN or load balancer redirect conflict. WordPress or CMS redirect plugin misconfiguration. Cookie-based redirect logic failing. Identifying the root cause is the first step toward finding the right solution.
To resolve this, follow these recommended steps: Clear cookies for the affected site: click lock icon > Cookies > Remove. Try opening in incognito/private browsing mode. Check if the site works from a different browser. Contact the website owner about the redirect loop. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.
This article is part of our Browser Errors collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.
Quick Answer
Is this my problem or the website?
Usually the website — but clearing cookies can fix cases where your cookies cause the loop.
Overview
Chrome ERR_TOO_MANY_REDIRECTS means the page is caught in an infinite redirect loop between URLs.
Key Details
- Chrome detected a redirect loop (A→B→A→B...)
- Page keeps redirecting without reaching final destination
- Chrome stops after approximately 20 redirects
- Often a server configuration issue
Common Causes
- Misconfigured HTTP-to-HTTPS redirect creating a loop
- CDN or load balancer redirect conflict
- WordPress or CMS redirect plugin misconfiguration
- Cookie-based redirect logic failing
Steps
- 1Clear cookies for the affected site: click lock icon > Cookies > Remove
- 2Try opening in incognito/private browsing mode
- 3Check if the site works from a different browser
- 4Contact the website owner about the redirect loop