25 Jun 2026 · 10 min read
Most Indian startups serving the EU have a GDPR programme already. Most Indian startups serving only India don't yet have a DPDP programme. The instinct in both groups is the same — assume the two regimes are basically the same law in different fonts. They aren't. They share an architecture, but the operational gaps are wide enough that an EU-style compliance stack will fail a DPDP audit on at least four counts, and a DPDP-only stack will fail any GDPR audit it touches. This post is the practical map.
**Where they agree.** Both laws are consent-led with the same role names — controller / fiduciary, processor / processor, subject / principal. Both define a recognisable set of data-subject rights — access, correction, erasure, grievance. Both demand a written record of processing and a security baseline 'appropriate to the risk'. Both require breach notification on a tight clock. Both apply extraterritorially — to companies outside the jurisdiction that target users inside it. If you already have a GDPR Article 30 RoPA, a DPIA template, a breach playbook and a data-subject-request intake form, you are 60% of the way to DPDP.
**Difference 1 — cross-border transfers.** GDPR locks data inside the EEA by default and unlocks transfer destinations via adequacy decisions, Standard Contractual Clauses or Binding Corporate Rules. DPDP does the opposite: Section 16 allows transfers everywhere by default, except to a 'negative list' of countries the Central Government may notify. Operational effect: an Indian startup can ship logs to AWS us-east-1 today without a separate transfer mechanism; a GDPR-only stack treats the same flow as illegal until SCCs are signed. The two regimes can co-exist for a single startup, but the engineering rule changes per region: 'data stays in EU by default, India is permissive' is a working mental model for a dual-regime team.
**Difference 2 — children's age threshold.** GDPR sets the child threshold at 16, lowered to 13 in some Member States. DPDP fixes it at 18 with no lowering allowed. The practical impact lands on edtech, gaming and consumer apps: a 17-year-old in Bengaluru is a child under DPDP and requires verifiable parental consent before any personal data is processed; the same 17-year-old in Berlin is an adult under most Member-State implementations. If you serve both, you cannot run one consent flow — you need region-routed consent logic with different age gates.
**Difference 3 — legitimate interest carve-out.** GDPR Article 6(1)(f) lets controllers process personal data on the basis of 'legitimate interests pursued by the controller', subject to a balancing test. That clause underwrites a huge share of EU advertising, fraud prevention and product analytics. DPDP has nothing comparable. Section 7 lists narrow 'legitimate uses' (employment, mergers, court orders, medical emergencies) and that's it — there is no general-purpose legitimate-interest ground. For Indian-user data, every non-essential processing operation needs consent. The 'we balance it under Art. 6(1)(f)' argument doesn't transfer.
**Difference 4 — penalty math.** GDPR caps fines at €20 million or 4% of global annual turnover, whichever is higher. The turnover linkage is what turns small breaches into hundred-million-euro headlines. DPDP fines are not turnover-linked — they sit in fixed Schedule bands: ₹250 crore for Section 8(5) security failures, ₹200 crore for breach-notification failures and children's-data failures, ₹150 crore for Significant Data Fiduciary failures, ₹50 crore for everything else. A small Indian startup's maximum theoretical exposure is fixed; the same startup's GDPR ceiling scales with revenue. The Section 33(2) mitigation framework (gravity, repetition, cooperation) is broadly analogous to GDPR Article 83(2), so a well-documented Fiduciary lands in similar discount bands under both.
**Difference 5 — DPO threshold.** GDPR requires a Data Protection Officer when an organisation engages in 'large-scale' systematic monitoring or 'large-scale' processing of special categories of data. DPDP only requires a DPO once an organisation is designated as a Significant Data Fiduciary under Section 10 — and the DPO must be India-resident, senior, and report to the Board of Directors. The 'global privacy lead doubles as DPO' pattern that works for many EU subsidiaries does not work for an Indian SDF; you need a named India-resident senior or contracted DPO-as-a-Service.
**Difference 6 — consent withdrawal.** Both laws require withdrawal to be 'as easy as giving consent'. GDPR enforces this through case law and DPA guidance. DPDP Section 6(4) writes it into the statute directly, and the DPDP Rules 2025 underline that the Data Protection Board treats asymmetry between Accept and Withdraw as a first-priority enforcement signal. Indian startups that copied a 'Reject behind two menus' EU-style banner will fail DPDP even if they pass a casual GDPR audit; the DPDP bar on withdrawal UX is higher than the median EU implementation.
**Difference 7 — Significant Data Fiduciary regime.** GDPR has no exact analogue — the closest are 'designated gatekeepers' under the DMA or the special-category processing rules. DPDP creates a separate regulatory tier under Section 10 with four extra duties: India-resident DPO, periodic independent audit, mandatory DPIA on material new processing, and any additional measures the Central Government may prescribe by notification. Large Indian platforms — fintech, social, edtech, telco — should plan as if they will be designated, even before the gazette notification arrives.
**How to run a single privacy programme that satisfies both.** Treat DPDP as the controlling regime for Indian users and overlay GDPR-only obligations where applicable. Concretely: one Section 30 RoPA covering everything (DPDP doesn't mandate it but it's the same artefact); one consent banner with region-routed copy and category logic (different age gates, no legitimate-interest fallback for India users); a single processor inventory with DPAs that name both DPDP Section 8 and GDPR Article 28; one breach playbook with a 72-hour clock (DPDP's clock is shorter than GDPR's 72-hour clock-from-becoming-aware, so use the DPDP timer); one rights-request intake page that satisfies Sections 11–14 (DPDP) and Articles 12–22 (GDPR).
**Where a single overlay fails.** Two places where region-specific logic is unavoidable. First, children: the 18 vs 13–16 gap forces age-gated verification flows that branch by region. Second, transfers: India's permissive Section 16 means Indian-user data ships freely to mainstream cloud destinations; EU-user data needs SCCs or an adequacy decision. Build both flows once, label them clearly in code, and document the rationale in your DPIA.
**Practical roadmap for the dual-regime Indian startup.** (1) Audit your existing GDPR stack against DPDP Section 5–8 gaps — focus on legitimate-interest dependencies, withdrawal-flow asymmetry, child-age logic, and Grievance Officer publication. (2) Run the [checkDPDP scanner](/scan) on your Indian-facing pages to spot the visible-from-browser failures. (3) Add an India-resident Grievance Officer to your Section 5 notice and site footer with a 30-day SLA. (4) If you process Indian-user data at scale or in sensitive categories, start the SDF-readiness work (DPIA template, India-resident DPO candidate, Independent Data Auditor relationship) — the procurement cycles are long. (5) For everything else, your GDPR muscle memory is an asset; the operational delta is real but manageable.
Want a comparison view in one page? The [/dpdp-vs-gdpr comparison](/dpdp-vs-gdpr) lays out the same map as a side-by-side table. If you'd rather work through your own dual-regime gaps with a checklist, the [DPDP compliance checklist](/checklist) maps each DPDP obligation to the GDPR clause it overlaps with — and flags the items where the two regimes diverge.
Note. Guidance, not legal advice. For specific compliance decisions, please consult a qualified data-protection lawyer.