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

DPDP Rules 2025: A Practical Guide for Indian Businesses

Draft DPDP Rules 2025 operationalise India's data protection law — covering consent, breach notification, SDF duties, and what Indian businesses must do now.

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.

The DPDP Rules 2025 are the operational rulebook for India's Digital Personal Data Protection Act 2023. Published by MeitY in early 2025 as draft rules open for public consultation, they translate the Act's broad principles into concrete compliance steps: how to give notice, obtain consent, handle data principal rights, report breaches, and meet the heightened obligations that apply to Significant Data Fiduciaries. If your business collects, processes, or stores personal data of Indian users, these draft rules define what "compliant" will look like once notified. This guide breaks down every major provision and tells you what to do now.

⚠️
WARNING
The Draft DPDP Rules published by MeitY in January 2025 are still in consultation as of mid-2025 and have not yet been formally notified as law. However, the parent DPDP Act 2023 is already enacted. Businesses that begin preparing now will avoid the compliance sprint that typically follows formal notification.

What the DPDP Act 2023 Established

The Digital Personal Data Protection Act 2023 is India's first comprehensive data protection legislation. Passed by Parliament and receiving Presidential assent in August 2023, it:

    1. Defines Data Fiduciaries (entities that determine the purpose and means of processing) and Data Principals (the individuals whose data is processed)
    2. Establishes the Data Protection Board of India as the adjudicating authority
    3. Sets out a rights framework for Data Principals: right to access, correct, erase, and grieve
    4. Mandates that personal data of Indian users be processed only for lawful purposes with notice and consent
    5. Empowers the central government to designate Significant Data Fiduciaries based on volume, sensitivity, and risk
The Act deliberately left operational mechanics to subordinate rules. Those mechanics are what the 2025 draft rules supply.

What the Draft DPDP Rules 2025 Operationalise

MeitY released the Draft DPDP Rules for a sixty-day public consultation window beginning January 2025. They cover six major areas.

The draft rules prescribe the format, language, and granularity of the notice that must accompany or precede consent collection. Key requirements:

    1. Notice must be in plain language, available in multiple scheduled languages where practicable
    2. It must specify the purpose of processing, the categories of data, and the identity of any data processors engaged
    3. Consent must be freely given, specific, informed, and unambiguous — pre-ticked boxes and bundled consents are non-compliant
    4. A separate, itemised consent must be obtained for each distinct purpose
    5. Withdrawal of consent must be as easy as giving it, and the Data Fiduciary must cease processing within a reasonable time after withdrawal
💡
TIP
Audit every consent form on your website and mobile app today. If a single checkbox covers multiple processing purposes, it is non-compliant with the Act's framework even before the draft rules are finalised.

The draft rules introduce Consent Managers — registered entities that act as intermediaries allowing Data Principals to grant, review, and revoke consents across multiple Data Fiduciaries through a single interface. Consent Managers must:

    1. Be registered with the Data Protection Board
    2. Maintain an interoperable, auditable consent artefact for each Data Principal
    3. Provide Data Principals with a consolidated view of all active consents
    4. Transmit consent signals to Data Fiduciaries in a standardised format
For most businesses this means integrating with an accredited Consent Manager rather than building a proprietary consent ledger — early preparation involves mapping processing activities and ensuring your tech stack can receive consent signals programmatically.

3. Reasonable Security Safeguards

Data Fiduciaries are required to implement security safeguards proportionate to the risk posed by the personal data they hold. The draft rules do not prescribe a fixed standard (such as ISO 27001 or PCI-DSS verbatim) but use the language of "reasonable technical and organisational measures." Indicators of compliance drawn from the rules and related MeitY guidance include:

    1. Encryption of personal data at rest and in transit
    2. Access controls based on the principle of least privilege
    3. Regular vulnerability assessments and penetration testing of systems that hold or process personal data
    4. Logging of access to personal data records
    5. Data retention policies with defined deletion schedules
Failure to implement adequate safeguards is one of the grounds for the highest penalty tier under the Act, as notified by MeitY.

4. Breach Notification Procedure

The draft rules set timelines and formats for reporting personal data breaches to the Data Protection Board and, where required, to affected Data Principals. The framework mirrors global best practice:

    1. Breaches must be reported to the Board without delay after the Fiduciary becomes aware — the draft rules use a short window benchmark broadly aligned with the seventy-two-hour reference in international frameworks
    2. Notification to affected Data Principals must include: nature of the breach, categories of data affected, likely consequences, and remediation measures taken or planned
    3. A Fiduciary must not delay notification on the grounds that investigation is ongoing; an initial report followed by a supplementary report is acceptable
Businesses that lack a documented Incident Response Plan covering data breach scenarios are structurally non-compliant with this obligation.

5. Significant Data Fiduciaries — Elevated Obligations

The draft rules elaborate the additional duties that apply to entities designated as Significant Data Fiduciaries (SDFs) by the government. These entities — likely large platforms, aggregators, and businesses processing sensitive data at scale — must:

    1. Appoint a Data Protection Officer (DPO) based in India, accountable to the Board
    2. Conduct periodic Data Protection Impact Assessments (DPIAs) for high-risk processing activities
    3. Commission annual independent audits of personal data processing practices
    4. Implement algorithmic accountability measures for automated decision-making that produces significant effects on Data Principals
Even if not formally designated as an SDF, voluntarily adopting these practices signals commitment to compliance and reduces redesign costs if designation follows.

The Act classifies children as individuals under eighteen. The draft rules tighten how Data Fiduciaries must handle their data:

    1. Verifiable parental or guardian consent is mandatory before processing a child's personal data
    2. Data Fiduciaries must implement age-verification mechanisms — the draft rules acknowledge the technical challenge here and invite industry input
    3. Processing for purposes that may cause detrimental effects on a child's well-being is prohibited regardless of parental consent
    4. Behavioural monitoring and targeted advertising directed at children are expressly restricted
Any business operating a consumer app, edtech platform, or content service with a youth audience should treat children's data as a separate compliance workstream.

DPDP Readiness Workflow

graph TD A[Map all personal data flows] --> B[Classify as Data Fiduciary] B --> C{Significant Data Fiduciary?} C -- Yes --> D[Appoint DPO and schedule DPIA] C -- No --> E[Standard Fiduciary obligations] D --> F[Implement Notice and Consent framework] E --> F F --> G[Integrate with or assess Consent Manager] G --> H[Deploy reasonable security safeguards] H --> I[Draft Breach Notification runbook] I --> J[Establish Data Principal rights portal] J --> K[Annual review and audit cycle] 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:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style E fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style F fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style G fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style H fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style I fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style J fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style K fill:#1e3d2f,stroke:#10B981,color:#e2e8f0

Know your vulnerabilities before attackers do

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

Book Your Free Scan

DPDP Readiness Checklist by Domain

pie title DPDP Readiness Domains "Consent and Notice" : 25 "Security Safeguards" : 22 "Breach Response" : 18 "Data Principal Rights" : 20 "Governance and Audit" : 15

Compliance Obligations at a Glance

ObligationApplies ToKey RequirementPriority
Consent noticeAll FiduciariesPlain language, purpose-specificP0
Consent withdrawalAll FiduciariesAs easy as consent, timely cessationP0
Consent Manager integrationAll FiduciariesBoard-registered intermediaryP1
Security safeguardsAll FiduciariesProportionate technical and org measuresP0
Breach notification to BoardAll FiduciariesWithout delay, prescribed formatP0
Breach notification to PrincipalsAll FiduciariesNature, impact, remediationP0
Data Principal rights portalAll FiduciariesAccess, correction, erasure, grievanceP1
DPO appointmentSignificant FiduciariesIndia-based, Board-accountableP0 for SDF
DPIASignificant FiduciariesPeriodic, for high-risk processingP0 for SDF
Independent auditSignificant FiduciariesAnnualP0 for SDF
Children's consentAll FiduciariesVerifiable parental consentP0
Age verificationAll Fiduciaries processing child dataMechanism requiredP1

Implementation Timeline Expectations

The draft rules propose a graded implementation timeline allowing smaller businesses longer runway compared to large platforms:

    1. Phase 1 (expected shortly after formal notification): Core notice and consent obligations, breach notification framework, Data Principal rights portal
    2. Phase 2: Consent Manager ecosystem operationalised; children's data verification mechanisms activated
    3. Phase 3: Significant Data Fiduciary designation and elevated obligations (DPIA, audit, DPO) become enforceable
The specific calendar dates remain subject to formal notification and government announcement. Tracking updates directly from MeitY's DPDP page is essential.
🚨
DANGER
Do not wait for formal notification to begin. Consent management infrastructure, breach response playbooks, and security safeguards take months to implement correctly. Businesses starting after notification will be behind from day one, and the Board is expected to begin enforcement relatively quickly after rules come into force.

What Indian Businesses Should Do Right Now

Immediate (within 30 days):

    1. Conduct a personal data inventory — every dataset, every processing purpose, every third-party processor
    2. Identify whether your scale or data sensitivity could qualify you as a Significant Data Fiduciary
    3. Audit existing consent flows for specificity, withdrawal mechanisms, and language clarity
Short-term (within 90 days):
    1. Draft a Breach Notification Runbook aligned with the draft rules' disclosure requirements
    2. Assess your current security posture with a vulnerability assessment — if you process personal data on internet-facing systems, this is non-negotiable. Bachao.AI provides automated VAPT scanning that surfaces the technical gaps the DPDP's "reasonable safeguards" standard will scrutinise
    3. Begin vendor due diligence: identify which of your processors and SaaS tools handle personal data, and review their sub-processing agreements
Medium-term (within 180 days):
    1. Implement a Data Principal rights portal covering access requests, correction workflow, and grievance redressal
    2. Begin integration with a Board-registered Consent Manager once the registry is published
    3. If potentially SDF-bound, commission a preliminary DPIA for your highest-risk processing activity
For a deeper walkthrough of DPDP compliance requirements and how they intersect with your technical infrastructure, see the DPDP compliance guide.

5Core rights Data Principals can exercise under the DPDP Act 2023 — information, correction, erasure, grievance redressal, and nomination (MeitY 2023)
Multiple tiersPenalty structure in the DPDP Act 2023 First Schedule — highest tier applies to failure to implement adequate data safeguards (MeitY 2023)
60Days MeitY's public consultation window for the Draft DPDP Rules 2025 (MeitY 2025)
🎯Key Takeaway
The DPDP Rules 2025 — still in draft form — operationalise India's landmark data protection law into concrete, enforceable mechanics. The businesses that treat this period of consultation as a preparation window, not a waiting room, will be compliant at notification. The ones that wait will face a sprint that security and legal infrastructure cannot support at speed.

Further Reading

How We Can Help

Dhisattva AI Pvt Ltd, a DPIIT Recognized Startup, works with Indian businesses on the technical security layer that DPDP compliance demands. Automated VAPT scanning surfaces the vulnerabilities in your personal-data-holding systems before an auditor or adversary does. For CERT-In empanelled audit requirements, we work with a CERT-In empanelled partner and can facilitate that engagement.

Start with a free VAPT scan to baseline your current technical exposure, then use the results to scope the remediation work your DPDP readiness programme will require.

Frequently Asked Questions

Is the DPDP Act 2023 already in force?
Yes, the DPDP Act 2023 was enacted in August 2023 and is law. However, most operational obligations only become enforceable once the subordinate rules are formally notified. The Draft DPDP Rules published by MeitY in early 2025 are still under consultation as of mid-2025, so the full enforcement machinery is not yet active — but preparation is urgent.
What is the difference between the DPDP Act and the DPDP Rules?
The Act is the parent legislation that establishes rights, obligations, and the Data Protection Board. The Rules are subordinate legislation that provide operational detail: the exact format for consent notices, breach notification timelines, the registration process for Consent Managers, and the specific criteria for Significant Data Fiduciary designation. Both are required for a functioning compliance framework.
Who is a Significant Data Fiduciary under the DPDP framework?
The central government designates Significant Data Fiduciaries based on volume and sensitivity of data processed, potential risk to Data Principals, national security implications, and public order considerations. The draft rules elaborate the criteria but final designation lists have not been published. Large consumer platforms, data aggregators, and businesses processing sensitive categories at scale are most likely to be designated.
Does DPDP apply to B2B companies that do not deal directly with consumers?
Yes. The DPDP Act applies to any entity that processes the personal data of Indian Data Principals — this includes employee data, vendor contact data, and business contact data of individuals. B2B companies that collect names, email addresses, phone numbers, or any other personal data of natural persons in India are Data Fiduciaries subject to the Act.
What counts as a personal data breach under the DPDP framework?
Any unauthorised access, disclosure, alteration, or destruction of personal data constitutes a breach triggering notification obligations. This includes ransomware attacks that encrypt data, misconfigurations that expose data publicly, insider access beyond authorised scope, and third-party vendor breaches where your data was involved.
What should a business do immediately to prepare for DPDP compliance?
Three actions deliver the most immediate value: conduct a personal data inventory to know what you hold and why, audit all consent collection flows for specificity and withdrawal mechanisms, and baseline your technical security posture through a vulnerability assessment of all internet-facing systems that process personal data.
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 →