Banned again. In March 2026, a new wave of Claude account bans left many Chinese developers frustrated. Some had been using Claude Code for just a few days when they suddenly received the message: "Your account has been disabled after an automatic review". Money was lost, workflows were broken, and ongoing projects were left in limbo.
This isn't an isolated incident. Since Anthropic updated its regional restriction policy in September 2025, the risk of account bans for users in mainland China has remained consistently high. Meanwhile, Claude continues to operate normally in over 195 countries and regions worldwide, with overseas customers experiencing no issues at all.
Core Value: Based on the latest ban cases from March 2026, this article breaks down the 4 real reasons behind these bans, provides 8 proven strategies to prevent them, and outlines a secure path for Chinese users to access Claude's capabilities in compliance with regulations.

The 4 Real Reasons Behind Claude Account Bans
To avoid getting banned, you first need to understand why it happens. Based on community feedback and official policy analysis, the reasons can be categorized into 4 main areas.
Reason 1: IP Address and Network Environment Issues (Approx. 60% of bans)
This is the primary reason why Chinese users get banned.
Anthropic's detection system doesn't just look at your IP address; it performs multi-layered verification:
| Detection Dimension | Description | Risky Behavior |
|---|---|---|
| IP Address | Checks if it's from an unsupported region | Direct connection via mainland China IP |
| IP Type | Distinguishes between residential and data center IPs | Using shared/free VPNs |
| DNS Resolution | Checks the location of the DNS server | DNS leaks revealing your true location |
| WebRTC | Detects your actual local IP | Browser WebRTC leaks |
| Geographic Jumps | Monitors the frequency of IP location changes | "Jumping" from New York to London in minutes |
| Time Zone Consistency | Compares IP time zone with device time zone | IP in the US but device set to UTC+8 |
Key Detail: Even if you use a VPN, if your system language is Chinese, your time zone is UTC+8, and your browser language preference is zh-CN, the combination of these digital fingerprints will lead Anthropic's system to flag your account as high-risk.
Reason 2: Non-compliant Registration Information (Approx. 25%)
| Risky Behavior | Risk Level | Description |
|---|---|---|
| Virtual Number Registration | 🔴 Very High | Temporary phone numbers, SMS verification platforms |
| Multi-account Registration | 🔴 Very High | One person with multiple accounts, often leads to chain-bans |
| Shared Accounts | 🟡 High | Multiple people using the same account |
| Mismatched Billing Info | 🟡 High | Payment address does not match IP address |
Reason 3: Usage Patterns Triggering Risk Control (Approx. 15%)
- Large volumes of automated requests in a short period (resembling bot behavior rather than human usage)
- Multiple devices logging in from different IPs simultaneously
- Accessing via unauthorized third-party tools or crawlers
- Attempting jailbreaks or bypassing safety restrictions
Reason 4: Policy-level Systemic Bans
This is the hardest to avoid because it's based on identity rather than individual behavior.
Key Policy from September 2025: Anthropic announced a ban on all "Chinese-controlled companies" from using Claude services (both API and Web). Specific rules:
- 50% Ownership Test: If a company is >50% owned by entities in China, Russia, Iran, or North Korea, it is prohibited from using the service, regardless of where the company is registered.
- Covers both direct API customers and those accessing via cloud service providers.
- Anthropic executives have acknowledged that this would result in "hundreds of millions of dollars" in lost revenue.
🎯 Important Insight: Mainland China is not on Anthropic's list of 195+ supported countries/regions. This means that, from a policy perspective, registering and using Claude.ai or the API directly from mainland China carries fundamental compliance risks. However, this doesn't mean you can't use Claude's capabilities—a compliant API proxy service is a safe alternative. You can access the full range of Claude models in compliance with regulations via APIYI (apiyi.com).
description: A comprehensive timeline of Claude account bans from 2025-2026 and 8 proven strategies to keep your access secure and stable.
2025-2026 Ban Timeline: A Look Back at Key Events

| Date | Event | Impact |
|---|---|---|
| Sept 2025 | Anthropic releases "restricted sales in unsupported regions" policy, banning companies controlled by Chinese entities from using Claude | Policy foundation |
| Sept 2025 | Acceptable Use Policy renamed to "Usage Policy" with stricter terms | Rules clarified |
| Nov 2025 | Massive ban wave; many Claude Code developers affected | Enforcement phase |
| Feb 2026 | Anthropic cracks down on unauthorized third-party tools calling Claude | Third-party channels tightened |
| Mar 2026 | March 11 service outage causes login interruptions; some users mistake it for a ban | Distinguish outage from ban |
| Ongoing | Continuous enforcement and updates to the Sept 2025 policy | Long-term trend |
8 Anti-Ban Strategies: Tested and Effective
Strategy 1: Use a Compliant API Proxy Service (The Root Solution)
This is the safest and most stable approach.
How it works: An API proxy service deploys compliant commercial API accounts and servers in supported regions (like the US, Japan, or Singapore). You call the proxy's API, and the proxy handles the request to Anthropic. Your requests never touch Anthropic's risk control systems directly.
Advantages:
- Completely avoids personal account IP and device fingerprint detection
- No need to register a personal Anthropic account
- Supports OpenAI-compatible formats, so your existing code barely needs changes
- Usually more cost-effective than official pricing
import openai
# Call Claude via an API proxy service to avoid ban risks
client = openai.OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.apiyi.com/v1" # APIYI unified endpoint
)
response = client.chat.completions.create(
model="claude-sonnet-4-6",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
🚀 Recommended Solution: APIYI (apiyi.com) provides compliant API proxy services for the full range of Claude models, including Opus 4.6, Sonnet 4.6, and Haiku 4.5. No Anthropic account registration or VPN required—call directly from your local network with zero risk of being banned.
Strategy 2: If You Must Use a Personal Account—Keep Your IP Consistent
If you are in a supported overseas region, follow these rules when using a personal account:
- Stick to one region's IP: Don't jump between the US today and Japan tomorrow.
- Use residential IPs: Avoid data center IPs and shared VPN IPs.
- Maintain stability: Don't switch nodes frequently within a single day.
Strategy 3: Match Your Device Fingerprint
- System Language: Match it to your IP location (e.g., US IP with English system settings).
- Time Zone: Match it to your IP location (e.g., US West Coast IP with UTC-8).
- Browser Language Preferences: Set English as the priority.
- Disable WebRTC: Prevent your real IP from leaking.
Strategy 4: One Person, One Account—No Sharing
- Only use one Claude account per person.
- Never share your account credentials with others.
- Avoid logging in from different regions on multiple devices simultaneously.
- If an account gets banned, don't register a new one using the same phone number or email.
Strategy 5: Use Legitimate Phone Numbers and Payment Methods
- Use a real overseas phone number for registration (avoid SMS verification platforms).
- Use a credit card or payment method that matches your IP region.
- Ensure your billing address, IP address, and phone number origin are consistent.
Strategy 6: Avoid Triggering Behavioral Risk Controls
- Don't send a massive volume of requests in a short time.
- Use the service like a normal human—include pauses, edits, and varying conversation lengths.
- Don't attempt to "jailbreak" or bypass content safety filters.
- Don't access Claude through unauthorized third-party tools.
Strategy 7: Special Considerations for Claude Code
Claude Code runs in the terminal and does not automatically inherit system proxy settings. You must configure it manually:
# Set HTTP proxy (Clash/V2Ray/Shadowsocks)
export HTTP_PROXY=http://127.0.0.1:7890
export HTTPS_PROXY=http://127.0.0.1:7890
# Or the safer approach: use an API proxy
export ANTHROPIC_API_KEY=your_apiyi_key
export ANTHROPIC_BASE_URL=https://api.apiyi.com
Recommendation: Use an API proxy solution to completely avoid the complexity and risks of manual proxy configuration.
Strategy 8: Distinguish Service Outages from Real Bans
On March 11, 2026, Anthropic experienced a service outage that prevented many users from logging in, leading many to believe they had been banned.
How to tell the difference:
- Service Outage: Many people experience issues simultaneously; it usually resolves within a few hours.
- Actual Ban: You will see a clear "account disabled" message, while others are using the service normally.
- Check the Anthropic Status page to confirm if there is a global outage.
- Wait 2-4 hours before trying again; if it recovers, it was just a service glitch.
💡 Long-term Advice: Instead of worrying about bans, solve the problem at the source. Use the Claude API proxy service from APIYI (apiyi.com). It doesn't rely on a personal Anthropic account, fundamentally eliminating the anxiety of getting banned.
What to Do After a Ban: Appeals and Damage Control
Appeal Channels
| Channel | Method | Success Rate |
|---|---|---|
| Security Appeal Form | Submit via support.claude.com | Low (Regional bans are hard to appeal) |
| Email Appeal | [email protected] | Low |
| Help Center | Use the "I can't login" entry | Technical issues only |
Refund Policy
- Banned for ToS Violation: "All payments are non-refundable" (Official terms)
- Termination by Anthropic: Pro-rated refund of remaining subscription fees
- Banned Due to Technical Error: Account and balance restored without impact
Damage Control Advice
- Back Up Immediately: If you still have access, export all important Artifacts and chat history.
- Switch Solutions: Move to an API proxy service to prevent further workflow interruptions.
- Don't Re-register Repeatedly: Using the same information for a new account can lead to a "guilt by association" ban.
- Keep Evidence: Take screenshots of payment records in case you need to appeal for a refund.
🎯 Lessons Learned: For many users, the biggest loss isn't the subscription fee, but the interruption of their workflow—suddenly being unable to continue active projects. Using an API proxy service completely eliminates this risk; even if Anthropic changes its policies, your model invocation remains unaffected. APIYI (apiyi.com) also supports 200+ other models, providing alternatives even if Claude is unavailable.
Claude.ai vs. Direct API vs. API Proxy: Comparing 3 Usage Methods

| Comparison Dimension | Claude.ai Personal Account | Direct API | API Proxy (Recommended) |
|---|---|---|---|
| Ban Risk | 🔴 Extremely High (China) | 🔴 High (Requires compliant registration) | 🟢 Near Zero |
| Registration Barrier | Overseas phone + VPN | Overseas credit card + compliant identity | Email only |
| Network Requirements | VPN required | VPN or overseas server | Direct connection in China |
| Price | $20/month (Pro) | Pay-as-you-go (Official price) | Pay-as-you-go (Usually cheaper) |
| Stability | Risk of being banned anytime | Relatively stable but policy risks | Most stable |
| Model Support | Claude only | Claude only | Claude + 200+ other models |
| Code Changes | No API | Use Anthropic SDK | Compatible with OpenAI format |
Recommended Solutions by User Type
| User Type | Recommended Solution | Reason |
|---|---|---|
| Mainland China Individual Developer | API Proxy | Zero ban risk, direct domestic connection |
| Mainland China Enterprise Team | API Proxy | Compliant usage, unified team management |
| Overseas Chinese Developer | Direct API or Personal Account | Lower risk in supported regions |
| Overseas Enterprise | Direct API | Compliant usage, direct integration |
💰 Selection Advice: For users in mainland China, an API proxy is the only solution that balances security, stability, and cost. APIYI (apiyi.com) provides proxy services for the entire Claude model series, supports the OpenAI-compatible format, and you only need to change one line of
base_urlin your existing code to migrate.
Quick Migration: From Direct Connection to API Proxy Service
If you're currently using the Claude API via direct connection, switching to an API proxy service only takes two lines of code.
Python (OpenAI SDK Compatible)
import openai
# You only need to change these 2 lines
client = openai.OpenAI(
api_key="YOUR_APIYI_KEY", # Change to your APIYI key
base_url="https://api.apiyi.com/v1" # Change to the APIYI endpoint
)
# The rest of your code remains unchanged
response = client.chat.completions.create(
model="claude-sonnet-4-6",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)
Claude Code Configuration
# Simply set the environment variables
export ANTHROPIC_API_KEY=your_apiyi_key
export ANTHROPIC_BASE_URL=https://api.apiyi.com
View Node.js / curl migration examples
// Node.js
import Anthropic from '@anthropic-ai/sdk';
const client = new Anthropic({
apiKey: 'YOUR_APIYI_KEY',
baseURL: 'https://api.apiyi.com'
});
const response = await client.messages.create({
model: 'claude-sonnet-4-6',
max_tokens: 4096,
messages: [{ role: 'user', content: 'Hello!' }]
});
# curl
curl https://api.apiyi.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_APIYI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-4-6",
"messages": [{"role": "user", "content": "Hello!"}]
}'
🚀 Migration in just 2 minutes: Register at APIYI (apiyi.com) to get your key, replace those 2 lines of code, and you can use the entire Claude model family securely and stably—say goodbye to the anxiety of getting your account banned.
FAQ
Q1: Will I get banned for accessing Claude via VPN?
The risk is very high. Anthropic's detection system doesn't just check your IP; it monitors DNS, WebRTC, and device fingerprints (language/time zone) across multiple dimensions. Shared VPN IPs are especially dangerous because they've likely been used by many others and are probably already flagged. Even if you aren't banned immediately, you could trigger risk controls at any time. A safer approach is to use the API proxy service from APIYI (apiyi.com) to call Claude; it requires no VPN and works directly from within China.
Q2: Can I appeal if my account gets banned?
If you were banned due to regional restrictions, the success rate for appeals is extremely low. Anthropic's ToS explicitly treats access from unsupported regions as a policy violation, in which case "all payments are non-refundable." If the ban was a false positive due to technical issues (like the service outage on March 11, 2026), it usually resolves automatically. We recommend submitting an appeal via support.claude.com while switching to an API proxy service to prevent further interruptions.
Q3: Is the API proxy service safe? Will my data leak?
Reputable API proxy services (like APIYI at apiyi.com) follow strict data security standards. They only forward requests and do not store your conversation content. Anthropic's commercial API terms explicitly prohibit using API data to train their models. Choosing a platform with a good reputation and a long track record is your best bet.
Q4: Can I use Claude Code in China?
Using Claude Code directly carries a risk of account bans because it connects to Anthropic's official servers by default. However, you can use it safely by setting the ANTHROPIC_BASE_URL environment variable to point to an API proxy service. See the "Quick Migration" section above for configuration steps. Once you route through APIYI (apiyi.com), all features of Claude Code will work normally.
Q5: If Anthropic tightens its policies further, will the API proxy still work?
API proxy services operate using compliant commercial accounts in supported regions, so they aren't affected by individual user regional restrictions. Even if Anthropic adjusts its policies, as long as the proxy platform maintains compliant operations, your service won't be interrupted. Furthermore, APIYI (apiyi.com) provides access to over 200 models, including GPT-4o, Gemini, and GLM-5, giving you plenty of alternatives even in a worst-case scenario.
Summary: Don't Fight the Risk Control System, Choose the Right Path
For users in mainland China, Claude account bans are a structural issue, not a technical one. Anthropic's policy explicitly excludes mainland China from supported regions. Using a VPN to bypass risk controls is just gambling against an increasingly intelligent detection system.
3 Core Takeaways:
- Directly accessing Claude from mainland China carries fundamental policy risks—this isn't a bug, it's a feature.
- API proxy services are a compliant and stable solution—they don't rely on personal accounts and aren't restricted by region.
- Have a Plan B—don't tie your entire workflow to a single account that could be banned at any time.
We recommend using the full suite of Claude models safely and stably via APIYI (apiyi.com). With access to over 200+ AI models on a single platform, you can finally say goodbye to account-ban anxiety.
References
-
List of Countries and Regions Supported by Anthropic: Official supported regions lookup
- Link:
anthropic.com/supported-countries
- Link:
-
Anthropic Regional Restriction Policy Update: September 2025 policy announcement
- Link:
anthropic.com/news/updating-restrictions-of-sales-to-unsupported-regions
- Link:
-
Claude Usage Policy: Official terms of service
- Link:
anthropic.com/news/usage-policy-update
- Link:
-
Claude Help Center: Security appeals and account recovery
- Link:
support.claude.com
- Link:
Author: APIYI Team | For safe and stable access to Claude, visit APIYI (apiyi.com) to get compliant API proxy services for the full range of Claude models.
