Where ChatGPT is unavailable, and why
"ChatGPT does not work here" covers two completely different problems. They look similar from the outside and they have different fixes, so it is worth telling them apart before you try anything.
Problem one: the country blocks the site
Here the block sits between you and the provider. The page does not load at all: the name does not resolve, or the connection is reset before anything comes back. Other sites work fine. This is the same mechanism that blocks any other site in that country, and it is applied by the network, not by the provider.
How it looks
- The page times out or the connection is closed while loading.
- The same address opens instantly from a different network, for example mobile data instead of home wifi.
- Nothing in the browser mentions your country, because nothing from the provider ever reached you.
Problem two: the provider does not serve your country
Here the page loads perfectly and then refuses you. OpenAI publishes a list of the countries it supports, and that list works the other way round from a block list: only the countries on it are served, and anything not named is unsupported by default. ChatGPT and the API have separate lists, so access to one does not imply the other.
How it looks
- The site loads, but sign-up fails at the phone-number step or right after it.
- You are told the service is not available in your country.
- An account that worked before stops working, sometimes after a trip or a change of network.
Which places are affected
The reasons split into three groups, and they stack.
- Comprehensive sanctions. Cuba, Iran, North Korea, Syria and the occupied regions of Ukraine are outside what a US company may commercially serve at all.
- The provider chose not to operate. Mainland China, Hong Kong, Macau and Belarus are absent from OpenAI's supported list. In several of those there is no local ban on the service, and it is still unavailable.
- Both at once. Russia is unsupported by the provider and separately restricted locally, so fixing one side does not fix the other.
Lists change. Treat the provider's own supported-countries page as the only current answer, and treat anybody else's list, including this one, as a snapshot.
What actually changes the outcome
If the problem is the first kind, changing the route your traffic takes is the whole fix, and there is nothing controversial about it: you are reaching a service that is happy to serve you.
If the problem is the second kind, be clear-eyed. Appearing to be somewhere else may get you through sign-up, and it also puts you in breach of the terms you accept when you register. Accounts do get closed for it, and a closed account takes its history with it. That is the honest trade, and it is worth knowing before you build anything on top of that account.
There is also a third option that avoids the question entirely: models that run on your own machine. They are weaker than the hosted ones and they need a decent computer, but nothing about them is geo-checked. More on that in AI chat without an account.