Skip to content
Back to Blog
·10 min read·compliance

Data Localization Under DPDP: What Indian Businesses Must Know

A practical guide to DPDP Act 2023 data localization rules, cross-border transfer requirements, and RBI payment sector rules Indian businesses must follow.

BR

Bachao.AI Research Team

Cybersecurity Research

Check DPDP Compliance

Compliance risk for Indian SMBs

Non-compliance with the DPDP Act 2023 carries penalties up to ₹250 crore. This post explains what's at stake and what action to take.

Data localization under India's Digital Personal Data Protection (DPDP) Act 2023 works differently from what most compliance teams expect. Instead of a GDPR-style adequacy whitelist, where a destination country first has to be certified "safe" before data can flow there, DPDP flips the default: cross-border transfer of personal data is allowed to any country in the world, except the specific ones the central government chooses to restrict by notification. That is a blacklist model, not a whitelist model, and it makes DPDP one of the more transfer-friendly major data protection laws globally — right up until you remember that sector regulators such as the RBI still enforce their own, stricter, in-India-only localization rules that DPDP does not override.

This distinction matters because most Indian companies run on foreign infrastructure by default — AWS, Google Cloud, Azure, Salesforce, Slack, GitHub, and dozens of SaaS tools headquartered outside India. Knowing exactly which rule governs which data flow, and where DPDP's permissiveness stops and a sector-specific localization mandate begins, is now a board-level compliance question, not just an engineering detail.

The DPDP Blacklist Model for Cross-Border Data Transfer Explained

Section 16 of the DPDP Act 2023 sets the default rule: a data fiduciary may transfer personal data outside India to any country or territory, except one the central government notifies as restricted. Until the government notifies specific countries, the practical position is that cross-border transfer is broadly permitted. This is the opposite of the EU's GDPR, which starts from restriction and requires an adequacy decision, standard contractual clauses, or another approved mechanism before data can leave the EU at all.

The blacklist approach was a deliberate policy choice. Earlier drafts of India's data protection bill (2019 and 2021 versions) leaned closer to a whitelist or explicit-approval model, similar to GDPR, and drew industry pushback for making it harder for India's IT services and SaaS export sector to operate globally. The final DPDP Act 2023 text settled on the simpler blacklist mechanism instead.

ℹ️
INFO
As of now, the central government has not published a formal country-restriction list under Section 16, and the DPDP Rules operationalizing the Act — including any notified list — were still being finalized by the Ministry of Electronics and Information Technology (MeitY) at the time of writing. Treat "transfer broadly allowed" as the current default, not a permanent guarantee, and monitor MeitY's official channels for updates.

Practically, this means an Indian company does not need to run a country-by-country legal adequacy assessment before choosing a cloud vendor the way an EU company would. But "no adequacy assessment required" is not the same as "no obligations apply." Section 8 of the Act still requires every data fiduciary to implement "reasonable security safeguards" for personal data, regardless of where it is processed or stored — a location-agnostic duty that survives even when a transfer itself is permitted.

DimensionGDPR Adequacy ModelDPDP Blacklist Model
Default positionTransfer restricted unless approvedTransfer allowed unless restricted
MechanismAdequacy decisions, SCCs, BCRsGovernment-notified restricted list
Compliance burden pre-transferHigh — legal mechanism required per countryLow — check restricted list, then proceed
Security obligation after transferRequired regardless of mechanismRequired regardless of destination (Section 8)
Sector overlaysGDPR plus national sectoral rulesDPDP plus RBI, IRDAI, DoT, and other sectoral rules

Why This Matters for Indian Companies Using Foreign Cloud and SaaS Tools

For a typical Indian SaaS company or SMB running on AWS Mumbai or a US-hosted CRM, the DPDP blacklist model is genuinely good news operationally. It removes the friction GDPR-style regimes impose on cross-border data flows — you are not required to prove that Ireland, Singapore, or the United States meets some formal adequacy bar before your engineering team spins up a database there.

But three practical obligations remain even when a transfer itself is legally clean:

Reasonable security safeguards travel with the data. Section 8(5) requires data fiduciaries to protect personal data in their possession or control, including data processed by a third party on their behalf, wherever it sits. Choosing a foreign vendor does not transfer this legal duty away — you remain accountable for a breach at your cloud provider exactly as if it happened on your own servers.

Contracts with foreign vendors need to reflect DPDP duties, not just the vendor's home-country terms. Standard SaaS terms written for a US or EU customer base often don't address India-specific breach notification timelines, data principal rights (access, correction, erasure), or consent-manager obligations DPDP introduces. Data processing agreements should be reviewed and, where necessary, amended.

The restricted-country list can change with limited notice. Because the mechanism is government notification rather than a static legal test, a country could be restricted after your architecture is already built around a vendor located there. Tracking vendor concentration — knowing which providers and regions you depend on — is now a compliance hygiene item, not just an infrastructure one.

⚠️
WARNING
DPDP being permissive about cross-border transfer does not mean every foreign SaaS tool is automatically fine to use with Indian personal data. If that same data also falls under a sector-specific localization mandate — payment data being the clearest example — the sector rule applies in addition to DPDP, and it can be significantly stricter. DPDP is the floor, not the ceiling, for regulated data types.

Sector-Specific Localization Rules That Still Apply Regardless of DPDP

DPDP is a horizontal, general-purpose law. It sits alongside — and does not replace — sector regulators that already impose their own, often stricter, data localization requirements. A compliance program that stops at "DPDP allows this transfer" without checking sector overlays is incomplete.

RBI payment data localization. The Reserve Bank of India's 2018 directive on storage of payment system data requires payment system operators — banks, card networks, wallets, aggregators, and gateways — to store the entire data relating to a payment transaction in a system located only in India. Where a transaction has a foreign processing leg, that data may be processed abroad if needed, but it must be deleted from the foreign system and brought back to India within a short window, per RBI's directive. This rule predates DPDP by five years and is enforced independently by RBI — DPDP's permissive cross-border stance does not soften it.

Insurance sector expectations (IRDAI). The Insurance Regulatory and Development Authority of India has issued outsourcing and data governance guidance shaping where and how insurers can process policyholder data, particularly for outsourced functions. Insurers using foreign SaaS tools for policy administration or claims need to check these sectoral conditions independently of DPDP.

Telecom subscriber and call data. License conditions issued by the Department of Telecommunications impose retention and in-country handling expectations on telecom operators for subscriber records and call detail records, reflecting national security and lawful-interception considerations that predate DPDP and continue to apply in parallel.

Government and critical infrastructure data. Entities designated as Critical Information Infrastructure, and organizations handling government or critical-sector data, face additional localization and security expectations under India's cybersecurity framework, coordinated through CERT-In and the National Critical Information Infrastructure Protection Centre.

graph TD A[Personal data transfer proposed] --> B{Sector specific law applies} B -- Yes payment data --> C[RBI localization rules apply] C --> D[Store payment data in India as primary copy] D --> E[Foreign processing allowed under strict conditions] B -- No sector overlay --> F{Destination country on restricted list} F -- Yes --> G[Transfer blocked under DPDP] F -- No --> H[Transfer allowed under DPDP] H --> I[Apply reasonable security safeguards] style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style C fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style D fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style E fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style F fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style G fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style H fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style I fill:#1e3d2f,stroke:#10B981,color:#e2e8f0
250 croreMaximum penalty ceiling under DPDP Act 2023 for failing to take reasonable security safeguards against a personal data breach, Section 33 (DPDP Act 2023, via MeitY)
6 monthsCompliance window RBI gave payment system operators to complete in-India storage of payment data under its 2018 localization directive (RBI, Storage of Payment System Data circular, 2018)
🛡️
SECURITY
Treat data localization as a data-mapping exercise, not a checkbox. Before assuming DPDP's cross-border permission applies, tag every data flow by type — payment, insurance, telecom, or general personal data — because the sector tag determines which rulebook governs storage location.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Practical Steps for DPDP Cross-Border and Localization Compliance

  1. Map your data flows by type and destination. Build an inventory of what personal data you collect, which vendor processes it, and where it is stored geographically. Most companies discover they don't have this map at the detail regulators expect.
  2. Classify sector overlays first. Before relying on DPDP's general transfer permission, check whether the data is payment data (RBI), insurance data (IRDAI), telecom data (DoT), or critical infrastructure data. Sector rules take precedence where stricter.
  3. Review vendor and cloud contracts for DPDP-specific terms. Standard SaaS agreements rarely address Indian breach-notification timelines or data principal rights out of the box. Negotiate India-specific data processing addenda where needed.
  4. Apply reasonable security safeguards uniformly. Encryption at rest and in transit, access controls, logging, and incident response readiness are DPDP obligations that don't vary by whether your infrastructure sits in Mumbai or Virginia.
  5. Build a monitoring process for the restricted-country list. Assign clear ownership for tracking MeitY notifications under Section 16 so a future restriction isn't discovered only after an incident.
  6. Validate technical controls with independent testing. Data mapping and contracts are policy controls; they don't confirm systems are actually secure. Regular vulnerability assessment and penetration testing of applications and APIs handling personal data closes that gap.
  7. Prepare breach-notification workflows in advance. DPDP requires timely notification to the Data Protection Board and affected data principals after a breach; this workflow needs to exist and be tested before it's needed.
xychart-beta title "Data Localization Regulatory Intensity by Sector - Illustrative" x-axis ["Payments RBI", "Insurance IRDAI", "Telecom DoT", "General DPDP", "Critical Infra"] y-axis "Relative Regulatory Intensity" 0 --> 10 bar [9, 6, 6, 4, 8]
💡
TIP
Start your data-mapping exercise with payment flows first. RBI's payment data localization rule is the most mature, most actively enforced sector overlay, and it is also the one most Indian companies unknowingly violate by routing checkout or subscription billing through a foreign-hosted payment processor without verifying where the underlying transaction data actually lands.
🎯Key Takeaway
DPDP's blacklist model makes cross-border transfer the default rule for Indian businesses rather than the exception — a real operational advantage over GDPR-style regimes. But that permissiveness only applies to the general DPDP layer; payment data under RBI, and other sector-specific categories, remain subject to stricter, independently enforced in-India storage rules DPDP does not soften. Compliance means checking both layers, not just one.

Getting the Full Picture Right

Data localization compliance under DPDP is ultimately a mapping and monitoring discipline: know what data you hold, know which rulebook — general DPDP or a sector regulator — governs each category, and keep reasonable security safeguards in place regardless of where the data physically sits. Policy and contracts establish the framework, but they don't verify your systems actually enforce it. Bachao.AI, built by Dhisattva AI Pvt Ltd, runs automated vulnerability assessment and penetration testing that surfaces exposed data stores, misconfigured cloud storage, and insecure APIs handling personal data, giving teams a factual picture of whether their DPDP safeguards hold up under test. If you want to see where your externally-facing systems stand today, a free VAPT scan is a fast starting point, and teams building out their compliance program can review DPDP compliance requirements in more depth. More breakdowns like this one are on the Bachao.AI blog.

Frequently Asked Questions

Does DPDP require Indian companies to store all personal data inside India?
No. DPDP Act 2023 does not impose a blanket data localization requirement. It allows cross-border transfer of personal data to any country except those the central government specifically restricts by notification — a blacklist model rather than a general localization mandate.
How is DPDP's cross-border transfer rule different from GDPR?
GDPR starts from restriction: data cannot leave the EU unless a specific legal mechanism, such as an adequacy decision or standard contractual clauses, is in place. DPDP starts from permission: transfer is allowed by default unless the destination country is on a government-notified restricted list.
Can Indian companies keep using AWS, Google Cloud, or foreign SaaS tools under DPDP?
Generally yes, as long as the destination is not on a restricted list and the data isn't a category subject to a stricter sector rule, such as payment data under RBI. Companies still need to apply reasonable security safeguards and review vendor contracts for DPDP-specific obligations regardless of hosting location.
Does RBI's payment data localization rule apply on top of DPDP?
Yes. RBI's 2018 directive requiring payment system data to be stored only in India predates DPDP and continues to apply independently. DPDP's more permissive cross-border stance does not override or loosen RBI's sector-specific localization requirement for payment data.
What happens if the government later restricts a country my company already sends data to?
You would need to stop transfers to that country and restructure your data flows to comply. This is why monitoring MeitY notifications under Section 16, and avoiding heavy concentration in a single foreign region, is a practical risk-management step, not just a legal one.
Is data localization the same thing as data security?
No. Localization is about where data is stored; security is about whether it's protected from unauthorized access regardless of location. DPDP requires both — data can be perfectly localized in India and still be breached if reasonable safeguards, like access controls and vulnerability testing, aren't in place.
BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

See where your business stands against the DPDP Act 2023

Free automated scan — risk score in under 2 hours. No credit card required.

Check DPDP Compliance
Find your vulnerabilitiesStart free scan →