Our Expert in India
No results available
The IT Amendment Rules India notified by the Ministry of Electronics and Information Technology (MeitY) in February 2026 represent the most consequential rewrite of India’s intermediary obligations since the Information Technology (Intermediary Guidelines and Digital Media Ethics Code) Rules were first introduced in 2021. The amendments impose strict new duties around synthetically generated information (SGI) labelling, compress content-takedown windows to as little as three hours, expand the scope of due-diligence requirements for every category of intermediary, and tighten grievance-redressal timelines. For general counsels, platform product teams, legal-operations leads and startup founders, the practical question is no longer whether these rules apply but how quickly internal systems, policies and contracts can be brought into conformity.
This guide translates the statutory text into an operational playbook, complete with checklists, engineering acceptance criteria, sample clauses and a step-by-step takedown runbook.
Before diving into the detail, the following executive checklist captures the six highest-priority actions every in-scope platform should initiate immediately under the IT Amendment Rules India framework.
| # | Action | Owner |
|---|---|---|
| 1 | Classify your product. Confirm whether it qualifies as an “intermediary,” a “significant social media intermediary” (SSMI), or a publisher of news and current-affairs content under Section 2(1)(w) of the Information Technology Act, 2000. | Legal / GC |
| 2 | Inventory SGI risk surfaces. Map every feature that generates, hosts or distributes content that could meet the SGI definition, AI chatbots, image generators, voice-synthesis tools, user-uploaded deepfakes. | Product / Engineering |
| 3 | Implement SGI labelling. Deploy visible labels plus immutable metadata on all SGI content before publication or hosting. | Engineering / Design |
| 4 | Operationalise the 3-hour takedown SLA. Build or upgrade detection-triage-removal pipelines, assign on-call rotas and test end-to-end within the compressed window. | Trust & Safety / Engineering |
| 5 | Appoint a grievance officer and publish SOPs. Ensure acknowledgement within 24 hours and resolution within the prescribed period, with a documented escalation path. | Legal Ops / Compliance |
| 6 | Update contracts and preservation policies. Amend vendor, marketplace-seller and content-moderation-partner agreements to allocate new obligations; institute forensic-grade record retention. | Procurement / Legal |
Each of these items is unpacked in full below with statutory references, practical templates and engineering-ready acceptance criteria.
The IT Rules 2026 amendments build on the framework established by the Information Technology (Intermediary Guidelines and Digital Media Ethics Code) Rules, 2021, as previously amended in 2022 and 2023. They were notified by MeitY in February 2026 and announced via the Press Information Bureau. The changes amend Rule 3 (due-diligence obligations), introduce a new dedicated provision for SGI labelling, shorten takedown timelines, and expand periodic-reporting requirements for significant social media intermediaries.
| Date / Period | Event | Practical Significance |
|---|---|---|
| February 2026 | MeitY notifies the Information Technology (Intermediary Guidelines and Digital Media Ethics Code) Amendment Rules, 2026 | Statutory text published; compliance clock begins for all intermediaries |
| February 2026 | PIB press release confirms ministerial endorsement and effective date | Removes ambiguity about enforceability; platforms should treat rules as in force |
| Ongoing (2021–2025 baseline) | IT Rules 2021 + earlier amendments remain the governing framework | The 2026 rules are additive, existing obligations (such as SSMI compliance reports and traceability) remain in force |
Industry observers expect MeitY to issue further clarificatory circulars in the coming quarters, particularly on SGI edge cases involving partially synthetic or AI-assisted content. Platforms should therefore build compliance processes that are modular enough to absorb future guidance without a full re-architecture.
The 2026 amendments expand due-diligence expectations across six categories. The table below maps each obligation to the intermediary class it applies to and the immediate remediation step required.
| Obligation | Applies To | Immediate Action Required |
|---|---|---|
| SGI labelling | All intermediaries hosting or publishing generated content | Deploy visual labels and immutable metadata; update terms of service to require uploaders to declare SGI |
| 3-hour takedown SLA | All hosting intermediaries | Re-engineer detection, triage and removal pipelines; staff 24/7 on-call rota; document SLA in internal runbook |
| Grievance officer appointment & acknowledgement | All intermediaries | Appoint named grievance officer; publish name, contact details and SOP on website; acknowledge complaints within 24 hours |
| Periodic compliance reporting | Significant social media intermediaries (SSMIs) | Publish monthly compliance reports including takedown volumes, complaint statistics and SGI-label audit results |
| User advisories on SGI risks | All intermediaries offering AI-content tools | Display clear advisories at the point of content creation; include warnings in onboarding flows |
| Cooperation with authorities | All intermediaries | Ensure 24/7 point of contact for government requisitions; test response-time readiness quarterly |
The foundational principle remains the intermediary safe-harbour provision in Section 79 of the Information Technology Act, 2000. That safe harbour is conditional: an intermediary loses protection if it fails to observe due diligence prescribed under the Rules. The Supreme Court of India clarified the scope of this conditionality in Shreya Singhal v. Union of India (2015), holding that intermediaries are not required to exercise independent judgement over legality but must act on receiving “actual knowledge”, typically via a court order or government notice. The IT Amendment Rules India 2026 tighten the definition of “actual knowledge” triggers and compress the permissible response window, making operational preparedness critical to retaining safe-harbour status.
For readers navigating other recent Indian regulatory changes, the RBI new banking rules 2026 follow a similar pattern of condensed compliance timelines and expanded due-diligence duties, albeit in the financial-services sector.
The IT Rules 2026 introduce “synthetically generated information” (SGI) as a defined term covering any content, text, image, audio, video or a combination, that has been created or substantially modified using artificial-intelligence or machine-learning models. The definition is broad enough to capture deepfakes, AI-generated voice clones, text produced by large language models and composite media where AI materially alters the original.
Platforms must label SGI in two concurrent ways: a user-facing visual indicator and machine-readable metadata embedded in the content file or its delivery wrapper. The visual indicator must be conspicuous, persistent and cannot be removed by the end user without also destroying or degrading the content. The metadata must be preserved in an immutable or tamper-evident format for the retention period specified in the Rules.
| Field | Type | Description |
|---|---|---|
sgi_status |
Boolean | True if content is synthetically generated or materially AI-modified |
sgi_model_id |
String | Identifier of the AI model or tool used to generate/modify the content |
sgi_created_at |
ISO 8601 timestamp | Date and time the synthetic content was generated |
sgi_label_version |
String | Version of the labelling schema applied (for future-proofing) |
sgi_hmac |
String (hex) | HMAC-SHA256 hash of the label payload, ensuring tamper evidence |
Engineering teams should treat these fields as non-nullable for any content flagged as SGI and should store a hashed copy of the label payload in a separate audit table to enable independent verification. This approach aligns with the OECD Recommendation on AI, which emphasises transparency and traceability as core principles for trustworthy AI systems. Platforms that also operate in the EU will find overlap with the EU AI Act’s transparency requirements, and adopting a robust SGI labelling schema now can reduce duplication later.
For Indian businesses already navigating intellectual-property considerations around AI-generated content, the trademark registration cost guide for India provides complementary guidance on protecting brand assets used in conjunction with AI tools.
The compressed takedown window is the single most operationally demanding change in the IT Rules 2026. Once an intermediary receives a qualifying notification, a court order, government direction or, in defined emergency scenarios, a verified user complaint flagging content that poses imminent harm, it must remove or disable access to the specified content within three hours. The 3-hour takedown obligation replaces the earlier 36-hour window that applied to certain categories of content and dramatically shrinks the margin for manual review.
The following step-by-step runbook is designed for Trust & Safety, Engineering and Legal teams operating under the new SLA.
| Risk Level | Verification Required | Allowable Action within 3 Hours |
|---|---|---|
| Critical (court order / Section 69A direction) | Confirm formal validity of the order; no independent assessment of merits required | Immediate removal; preserve evidence; notify uploader post-action |
| High (verified user complaint, imminent harm, CSAM, impersonation) | Confirm complaint particulars; hash-match or manual review to verify content identity | Remove within 3 hours; issue counter-notice window to uploader |
| Medium (user complaint, defamation, IP infringement, privacy) | Prima facie review of complaint; request additional evidence if insufficient | If verified, remove within 3 hours; if unverifiable, escalate to legal counsel and request complainant to obtain court order |
The likely practical effect of the 3-hour takedown window is that platforms will need to invest in always-on automation and pre-authorised decision trees. Relying solely on human reviewers across Indian time zones will be insufficient for high-volume platforms. Industry observers expect content-moderation vendors to re-price their services to reflect the increased SLA stringency.
The IT Amendment Rules India reinforce and extend the grievance-redressal architecture introduced in 2021. Every intermediary must appoint a Grievance Officer who is a resident of India and whose name, contact details and working hours are prominently published on the platform’s website or application. Complaints must be acknowledged within 24 hours of receipt, and the MeitY FAQ clarifies that resolution, meaning a reasoned decision communicated to the complainant, must follow within 15 days for most categories of grievance, with shorter windows for specific content types designated by government notification.
A sample grievance acknowledgement template should include: the unique complaint ID, the date and time of receipt, the name of the assigned Grievance Officer, a summary of the complaint, the expected resolution timeline and a link to the platform’s content moderation India policy.
Readers with operations across multiple Indian regulatory regimes may also find relevant procedural parallels in the insolvency filing process in India, which similarly requires adherence to strict statutory timelines and documentation standards.
The 2026 amendments create ripple effects through the entire supply chain. Platforms that rely on third-party content-moderation vendors, marketplace sellers who generate or distribute SGI, or API partners who serve AI-generated content must update their contractual frameworks to allocate the new obligations clearly.
Three sample clause concepts to incorporate into vendor and partner agreements:
For platforms operating in the regulated gaming sector in India, these contractual risk-allocation principles apply with equal force to content and advertising supplied by third-party gaming partners.
Robust recordkeeping is the backbone of defensible compliance under the IT Amendment Rules India. Platforms must retain the following categories of records in a forensically sound manner:
Chain-of-custody documentation is especially important for law-enforcement requests. When content is preserved pursuant to a government direction or court order, platforms should maintain a custody log recording who accessed the preserved data, when and for what purpose, mirroring digital-evidence best practices recognised by Indian courts.
The following ten-point checklist consolidates every operational requirement discussed in this guide. It is designed to be copied into an internal memo or project-management tool and assigned to the relevant owners.
Platforms may also wish to review the broader Indian regulatory compliance landscape, for example, the trademark registration framework and the RBI’s 2026 banking rules, to ensure coordinated compliance across overlapping regimes.
The IT Amendment Rules India 2026 demand immediate, cross-functional action, from engineering pipelines to legal documentation to vendor contracts. Platforms that treat compliance as a one-off project rather than an ongoing operational discipline risk losing intermediary safe-harbour protection at the worst possible moment. This guide, reflecting MeitY publications through August 6, 2026, provides the foundation; jurisdiction-specific counsel should be engaged to tailor implementation to each platform’s architecture and risk profile.
This article was produced by Global Law Experts. For specialist advice on this topic, contact Siddharth Mahajan at Athena Legal Advocates & Solicitors, a member of the Global Law Experts network.
posted 39 minutes ago
posted 1 hour ago
posted 2 hours ago
posted 2 hours ago
posted 2 hours ago
posted 3 hours ago
posted 3 hours ago
posted 4 hours ago
posted 4 hours ago
posted 4 hours ago
posted 5 hours ago
posted 5 hours ago
No results available
Find the right Advisory Expert for your business
Sign up for the latest advisor briefings and news within Global Advisory Experts’ community, as well as a whole host of features, editorial and conference updates direct to your email inbox.
Naturally you can unsubscribe at any time.
Global Law Experts is dedicated to providing exceptional legal services to clients around the world. With a vast network of highly skilled and experienced lawyers, we are committed to delivering innovative and tailored solutions to meet the diverse needs of our clients in various jurisdictions.
Global Advisory Experts is dedicated to providing exceptional advisory services to clients around the world. With a vast network of highly skilled and experienced advisors, we are committed to delivering innovative and tailored solutions to meet the diverse needs of our clients in various jurisdictions.
Send welcome message