Chrome ERR_TOO_MANY_REDIRECTS
Warningchrome
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
Tags
browserchromechrome err too many redirectsfixtroubleshooting
More in Chrome
chrome-err-connection-refusedChrome ERR_CONNECTION_REFUSED
Warningchrome-err-connection-timed-outChrome ERR_CONNECTION_TIMED_OUT
Warningchrome-err-internet-disconnectedChrome ERR_INTERNET_DISCONNECTED
Warningchrome-err-name-not-resolvedChrome ERR_NAME_NOT_RESOLVED
Warningchrome-err-ssl-protocol-errorChrome ERR_SSL_PROTOCOL_ERROR
Warningchrome-err-cert-authority-invalidChrome ERR_CERT_AUTHORITY_INVALID
ErrorFrequently Asked Questions
Usually the website — but clearing cookies can fix cases where your cookies cause the loop.