Copyright Registration for Software and Apps in India: Complete Guide

Dhanush Prabha
10 min read 85.7K views

Copyright registration for software and apps in India gives developers and companies a legally enforceable record of IP ownership, covering source code, object code, UI elements, and documentation. Under the Copyright Act, 1957, software qualifies as a "literary work" under Section 2(o), which means registration follows the same process as books or articles. The government fee is ₹500, the timeline ranges from 60 to 120 working days, and the protection lasts 60 years from publication. While copyright exists automatically upon creation, formal registration with the Copyright Office provides the legal presumption of ownership that courts and investors actually rely on.

  • Software and apps are "literary works" under Section 2(o) of the Copyright Act, 1957
  • Government fee: ₹500 per work; professional fees: ₹5,000 to ₹12,000
  • Timeline: 60 to 120 working days (includes 30-day mandatory waiting period)
  • Copyright protects expression (source code, UI), not ideas or algorithms
  • India's Berne Convention membership extends protection to 180+ countries automatically
  • Both civil remedies (injunctions, damages) and criminal penalties (up to 3 years imprisonment) apply for infringement

Software copyright is the legal protection granted to the original expression of a computer program, including its source code, object code, and associated creative elements. Under the Copyright Act, 1957, computer programmes were included in the definition of "literary works" through the 1994 amendment to Section 2(o). This classification places software on the same legal footing as novels, academic papers, and other written works.

The Copyright Act does not require software to be complex or commercially valuable to qualify for protection. A 50-line Python script written by a freelancer carries the same legal status as a million-line enterprise application. What matters is that the code constitutes an original expression fixed in a tangible medium. The moment you save your code to a file, copyright protection attaches automatically. Registration formalizes that protection into an enforceable legal record.

Governed by the Copyright Act, 1957 (as amended in 1994 and 2012), specifically Section 2(o) (definition of literary work), Section 13 (works eligible for copyright), and Section 14 (exclusive rights). Administered by the Copyright Office under DPIIT through the portal at copyright.gov.in.

How Indian Law Defines "Computer Programme"

Section 2(ffc) of the Copyright Act defines "computer programme" as a set of instructions expressed in words, codes, schemes, or any other form, including a machine-readable medium, capable of causing a computer to perform a particular task or achieve a particular result. This definition is broad enough to cover traditional desktop applications, web applications, mobile apps, embedded firmware, database queries, and scripts written in any programming language.

Why "Literary Work" Classification Matters

The literary work classification is not just a legal technicality. It determines the scope of exclusive rights under Section 14, the duration of protection (60 years from publication), and the remedies available for infringement. It also means software copyright follows the same registration process as other literary works, including the ₹500 government fee and Form XIV filing requirement. For developers used to thinking of code as engineering rather than literature, this classification is the reason copyright law protects your work at all.

Copyright exists the moment you write code. So why bother with registration? Because the gap between having a right and proving it in a courtroom, a boardroom, or an investor meeting is where registration earns its ₹500 fee back a thousand times over.

Section 48 of the Copyright Act establishes that entries in the Register of Copyrights serve as prima facie evidence of the particulars entered. In an infringement dispute, a registered copyright owner does not need to independently prove they wrote the code. The registration certificate shifts the burden of proof to the alleged infringer. Without registration, you must establish ownership from scratch with witnesses, version control logs, and timestamped evidence.

Statutory Damages and Criminal Remedies

Registered copyright owners can claim statutory damages under Section 55 without proving actual financial loss. This is particularly valuable for software piracy cases where calculating exact losses is difficult. Criminal proceedings under Section 63 carry imprisonment of 6 months to 3 years and fines of ₹50,000 to ₹2,00,000. These remedies deter organized piracy operations that a simple cease-and-desist letter cannot stop.

Licensing and Revenue Generation

Every software licence, SaaS agreement, and white-label deal depends on the licensor's ability to prove they actually own the IP being licensed. Registration provides institutional proof that banks, investors, and enterprise clients accept without question. For startups seeking acquisition or venture capital funding, registered copyrights appear as identifiable IP assets on the balance sheet.

Deterrence Effect

A copyright registration number publicly recorded with the government discourages casual copying. Competitors who might otherwise copy your code or clone your app interface think twice when a registered copyright notice appears in your terms of service and repository headers. The deterrence value alone justifies the minimal cost of registration.

Protect your source code, app, and digital assets. Government fee ₹500 + expert filing assistance.

Start Copyright Registration

What Can Be Copyrighted in Software?

Not every element of a software product qualifies for copyright protection. Understanding the boundary between protectable expression and unprotectable ideas is critical before filing your application.

Protectable Elements

Software Elements Protected by Copyright in India
Element Copyright Category Protection Scope
Source Code Literary Work (Section 2(o)) The specific expression of instructions in any programming language
Object Code Literary Work Compiled or interpreted machine-readable version of source code
Original UI/UX Designs Artistic Work (Section 2(c)) Custom icons, illustrations, screen layouts, visual themes
Database Structure Literary Work Creative selection, arrangement, or organisation of data fields
Technical Documentation Literary Work User manuals, API documentation, architecture documents
Sound and Music Sound Recording (Section 2(xx)) Original audio assets, background music, notification sounds

Non-Protectable Elements

These aspects of software fall outside copyright protection entirely:

  • Algorithms and mathematical methods: The logical steps behind the code are ideas, not expression. Two different implementations of the same sorting algorithm generate separate copyrights in their respective code, but neither owns the algorithm itself.
  • Features and functionality: What the software does cannot be copyrighted. Only how it does it (the specific code) is protected. A competitor can build identical functionality using entirely different code.
  • Programming languages and standard libraries: The language syntax, keywords, and standard library functions you use to write code are not your copyrightable expression.
  • APIs and interface specifications: The functional aspects of APIs (method signatures, data formats) are generally not copyrightable. The US Supreme Court in Google LLC v. Oracle America (2021) held that copying API declarations is fair use.
  • Ideas and concepts: The concept of "a ride-sharing app" or "an e-commerce platform" cannot be copyrighted. Only the specific code implementing that concept is protected.

Copyrighting your app does not prevent competitors from building an app with identical features. Copyright protects the specific code and creative elements, not the idea or functionality. If you need to protect a novel technical process or algorithm, explore patent registration instead.

Software founders frequently ask which IP protection they need. The honest answer: it depends on what you are protecting and how you plan to use it. Here is how the three main options compare for software-related IP in India.

Copyright vs Patent vs Trade Secret: Software IP Protection in India (2026)
Parameter Copyright Patent Trade Secret
What It Protects Expression (source code, UI, documentation) Invention (novel algorithm, technical process) Confidential information (proprietary methods, data)
Governing Law Copyright Act, 1957 Patents Act, 1970 Contract law + common law (no specific statute)
Registration Required? Optional (but recommended) Mandatory (no protection without grant) No registration (protection through secrecy)
Government Fee ₹500 ₹8,000 to ₹15,000+ (startups get 80% rebate) ₹0 (but may require legal agreements)
Timeline to Grant 60 to 120 working days 3 to 5 years Immediate (as long as secrecy is maintained)
Duration 60 years from publication 20 years from filing date Indefinite (until disclosed or discovered)
Scope of Protection Prevents copying of code/design Prevents anyone from making, using, or selling the invention Prevents misappropriation by those with access
Independent Creation Defence Yes (if created independently, no infringement) No (patent blocks even independent inventors) Yes (reverse engineering is generally permitted)
Disclosure Required Source code excerpts filed with Copyright Office Full disclosure of invention in patent specification No disclosure (secrecy is the entire basis)
Best For Code, UI, documentation, apps Novel algorithms, technical inventions with industrial application Proprietary formulas, algorithms you do not want to disclose

Based on our experience advising 500+ tech startups, most software companies benefit from a layered approach: copyright the code, patent any truly novel algorithms, and keep proprietary business logic as trade secrets. The three protections are not mutually exclusive; they complement each other.

The registration process is straightforward but has a few procedural requirements that trip up first-time applicants. Filing happens entirely online through the Copyright Office portal.

  1. Create an Account on copyright.gov.in: Visit the Copyright Office portal and register as a new user. You will need a valid email address, mobile number, and Aadhaar or PAN for identity verification. Account creation is free.
  2. Fill Form XIV Online: Form XIV (prescribed under Rule 70 of the Copyright Rules, 2013) requires the title of the software, nature of work (select "Literary Work, Computer Programme"), year of first publication, author details, applicant details, and a statement of particulars describing the software's purpose and functionality.
  3. Upload Source Code Excerpts: Upload the first and last 25 pages of your source code. If the entire code is under 50 pages, upload the complete code. The Copyright Office uses this to identify the work. Redact any proprietary trade secrets using blacked-out sections if needed.
  4. Upload Supporting Documents: Attach the applicant's PAN card, ID proof, NOC from the employer (if the software was created during employment), and power of attorney (if filing through an authorized agent).
  5. Pay the Government Fee: Pay ₹500 per work through the online payment gateway. The fee is the same regardless of whether the applicant is an individual, startup, or large corporation.
  6. 30-Day Waiting Period: After filing, the Copyright Office publishes the application in the Copyright Journal. A mandatory 30-day window allows any person to file objections claiming prior ownership or disputing the application. Most applications receive no objections.
  7. Examination by Copyright Office: If no objection is filed, the Examiner reviews the application for completeness, verifies the documents, and checks for obvious issues. If discrepancies are found, the applicant receives a query letter with a deadline to respond.
  8. Registration Certificate Issued: Upon successful examination, the Registrar of Copyrights enters the work in the Register of Copyrights and issues a registration certificate. The certificate contains the registration number, title, author, owner, and date of registration.

Do not upload your complete source code if it contains trade secrets or proprietary algorithms. The Copyright Office only needs enough code to identify the work. The first and last 25 pages with trade secret portions redacted is the standard industry practice for balancing copyright registration with trade secret protection.

Our IP experts handle Form XIV preparation, source code compilation, and Copyright Office correspondence. Starting at ₹5,999.

File Copyright Application

Missing documents are the single most common cause of delays in copyright registration. This checklist covers everything the Copyright Office requires.

Document Checklist for Software Copyright Registration
Document Purpose Format
Form XIV (completed) Official application form with work details Online form on copyright.gov.in
Source Code Excerpts Identifies the work being registered PDF (first and last 25 pages)
Statement of Particulars Describes the software, its purpose, and creation details Typed document or online form field
Statement of Further Particulars Details of first publication, copies issued Typed document or online form field
PAN Card of Applicant Identity and tax verification Scanned copy (PDF/JPG)
Address Proof of Applicant Verification of applicant's address Aadhaar, passport, or utility bill
NOC from Employer Confirms employer does not claim ownership Signed letter on company letterhead
Power of Attorney Authorizes agent to file on applicant's behalf Signed document (required if filing through agent)
Certificate of Incorporation Proves the applicant company's legal existence MCA-issued certificate (for company applicants)

The No Objection Certificate from the employer is required only when the software was developed during the course of employment. Under Section 17 of the Copyright Act, the employer is the first owner of work created by an employee. If you are the founder of the company filing the application, an NOC is still recommended to prevent future disputes with co-founders or investors.

Software copyright registration is one of the most affordable IP protections available in India. Here is the complete cost breakdown for 2026.

Software Copyright Registration Costs in India (2026)
Cost Component Individual/Startup Company/LLP
Government Fee (per work) ₹500 ₹500
Professional Fee (Form XIV preparation) ₹3,000 to ₹5,000 ₹5,000 to ₹8,000
Source Code Compilation and Review ₹1,000 to ₹3,000 ₹2,000 to ₹4,000
Power of Attorney (if through agent) ₹500 to ₹1,000 ₹500 to ₹1,000
Total Estimated Cost ₹5,000 to ₹9,500 ₹8,000 to ₹13,500

Compare this with patent registration, where government fees alone start at ₹1,600 for startups (₹8,000 for companies) and professional fees range from ₹30,000 to ₹80,000. Copyright registration is roughly 5 to 10 times cheaper than patent registration for software IP protection.

The official timeline from filing to certificate issuance is 60 to 120 working days. Here is how that breaks down across each stage.

Software Copyright Registration Timeline (2026)
Stage Duration What Happens
Application Filing 1 to 2 days Form XIV submitted, fee paid, diary number generated
Mandatory Waiting Period 30 days Application published in Copyright Journal; objection window open
Examination 15 to 60 working days Examiner reviews application, documents, and source code excerpts
Query Response (if applicable) 15 to 30 days Applicant responds to any discrepancies raised by the Examiner
Certificate Issuance 7 to 15 days after approval Registration number assigned, entry made in Register of Copyrights
Total (no objection, no query) 60 to 90 working days Typical timeline for clean applications
Total (with query or objection) 90 to 120 working days Extended when additional correspondence is required

Expert-prepared applications with complete documentation. Minimize delays with professional filing.

Start Registration Now

Mobile app developers often wonder whether app copyright registration differs from standard software copyright. The short answer: the legal process is identical, but there are practical considerations specific to mobile apps that affect what you file and how you protect it.

What Gets Protected in a Mobile App

  • Source code: Whether written in Swift, Kotlin, Java, Dart, React Native, or any other language, the code is copyrightable as a literary work.
  • Original UI elements: Custom screen designs, animations, icon sets, and visual themes qualify as artistic works if they involve creative expression beyond standard platform UI patterns.
  • App content: Original text, images, videos, and audio within the app are separately copyrightable works.
  • Database schemas: The creative arrangement of data structures (not the raw data) qualifies for protection.

What Does Not Get Protected

  • Standard platform UI patterns: Navigation drawers, tab bars, pull-to-refresh gestures, and other Material Design or Human Interface Guidelines patterns are not copyrightable.
  • App functionality: If your app scans QR codes, a competitor can build a QR-scanning app using entirely different code without infringing your copyright.
  • Third-party libraries: Open source libraries and SDKs included in your app are copyrighted by their respective authors. You cannot claim copyright over code you did not write.

Filing Strategy for Mobile Apps

You have two approaches when registering copyright for a mobile app:

  1. Single application (₹500): Register the entire app as one literary work. Upload the primary source code excerpts. This covers the codebase as a unified work.
  2. Multiple applications: File separate registrations for the code (literary work), original UI designs (artistic work), and original audio assets (sound recording). This provides granular protection but costs ₹500 per registration.

For most indie developers and startups, a single registration covering the source code is sufficient. Large companies with significant UI/UX investment may benefit from separate artistic work registration for their distinctive interface designs.

If you contribute to or publish open source software, copyright registration adds an often-overlooked layer of protection. The open source licence grants others the right to use your code under specific conditions. Copyright registration proves you are the one granting that licence.

Publishing code under an open source licence (MIT, GPL, Apache, BSD) does not transfer copyright ownership. The author retains full copyright and merely grants a licence to use, modify, and distribute the code under specified terms. If someone violates those licence terms (for example, using GPL code in a proprietary product without releasing their source), the copyright owner can enforce the licence through infringement proceedings.

  • Licence enforcement: Registration provides prima facie evidence of ownership when suing licence violators.
  • Attribution disputes: If someone claims your open source project as their own, registration proves you created it first.
  • Dual licensing: Some projects offer a free open source licence alongside a paid commercial licence. Registration validates the copyright owner's authority to offer both licensing models.

For projects that accept contributions from multiple developers, copyright ownership becomes complex. Each contributor owns the copyright to their specific contribution. Projects like the Linux Foundation use Contributor Licence Agreements (CLAs) to either transfer copyright to a central entity or grant the project a broad licence. If you maintain an open source project that accepts contributions, a CLA protects the project's ability to relicence and enforce copyright.

Protect Your Software IP

From open source to proprietary code, secure your intellectual property with professional copyright registration.

Explore IP Protection Services

Indian software companies selling globally need not file separate copyright registrations in every country. India's international treaty memberships provide automatic protection across most of the world.

Berne Convention Coverage

India is a signatory to the Berne Convention for the Protection of Literary and Artistic Works, which has 181 member countries as of 2026. Under the Convention's principle of "national treatment," your Indian copyright is recognized and enforceable in every member country without any local registration. This covers the US, UK, all EU countries, Japan, Australia, Canada, China, and virtually every major software market.

TRIPS Agreement

As a WTO member, India also complies with the Agreement on Trade-Related Aspects of Intellectual Property Rights (TRIPS). TRIPS requires all member states to provide copyright protection for computer programmes as literary works, mirroring India's own classification under Section 2(o). This ensures minimum protection standards in all 164 WTO member nations.

Practical Enforcement Across Borders

While Berne Convention membership eliminates the need for separate registration, enforcement mechanics vary by country. In the United States, for example, copyright registration with the US Copyright Office is required before filing an infringement lawsuit, even for foreign works. Indian software companies with significant US market exposure often file a separate US registration (cost: $45 to $65 per work) alongside their Indian registration for faster enforcement in US courts.

Your Indian copyright registration is automatically recognized in 181 Berne Convention member countries. No separate filing, translation, or fee is required. For enforcement in specific jurisdictions, consult a local IP attorney to understand procedural requirements. The IncorpX IP services team can connect you with international IP counsel.

When someone copies your code, clones your app, or distributes pirated versions of your software, the Copyright Act provides both civil and criminal remedies. The choice depends on the nature and scale of infringement.

Civil Remedies (Section 55)

The copyright owner can file a civil suit in the District Court or High Court seeking:

  • Injunction: Court order directing the infringer to immediately stop copying, distributing, or selling the infringing software. An ex-parte interim injunction can be obtained even before the defendant is heard.
  • Damages: Monetary compensation for the financial loss suffered due to infringement. Courts may award actual damages (lost revenue, market share erosion) or accounts of profits (any profit the infringer earned from the copied software).
  • Seizure of infringing copies: The court can order seizure and destruction of all infringing copies, including software loaded on devices, servers, and distribution media.
  • Delivery up: The infringer must hand over all infringing copies and materials used to produce them.

Criminal Remedies (Sections 63 to 70)

Software piracy at a commercial scale attracts criminal prosecution:

  • Section 63: First-time offence carries imprisonment of 6 months to 3 years and a fine of ₹50,000 to ₹2,00,000.
  • Section 63A: Repeat offence carries imprisonment of 1 to 3 years and a fine of ₹1,00,000 to ₹2,00,000.
  • Section 64: Police officers (rank of Sub-Inspector or above) can seize infringing copies without a warrant if they are satisfied that an offence has been committed.
  • Section 65: Possessing plates or devices for making infringing copies is a separate offence, punishable with imprisonment of up to 2 years and a fine.

If you discover software infringement, preserve evidence immediately before sending any notice to the infringer. Take screenshots with timestamps, download cached versions using the Wayback Machine, record app store listings, and save server access logs. Evidence destroyed after notice can be nearly impossible to recover.

The Copyright Office rejects or delays applications when applicants make avoidable errors. Here are the 10 most frequent mistakes, based on common filing patterns observed across software copyright applications.

  1. Uploading the entire source code repository: The Copyright Office needs only the first and last 25 pages. Uploading a 500-page code dump creates processing delays and increases the risk of exposing trade secrets.
  2. Not redacting trade secrets: If your code contains proprietary algorithms or API keys, redact those sections before uploading. Copyright registration is a public record; anything filed becomes accessible.
  3. Listing the wrong author: For software developed by an employee, the employer is the owner, but the individual developer is still the author. Listing the company as both author and owner raises examination queries.
  4. Missing NOC from employer: If you developed the software as an employee and are filing in your personal name, the Copyright Office will require an NOC from the employer. Not including it delays the process by 30 to 60 days.
  5. Incorrect work classification: Software must be filed as "Literary Work, Computer Programme." Selecting "Artistic Work" (unless filing UI designs separately) or "Sound Recording" results in rejection.
  6. Treating copyright as a patent: Some applicants describe the software's inventive aspects in the statement of particulars, expecting copyright to protect functionality. Copyright protects expression only; save the invention claims for a patent application.
  7. Filing after publication without noting the publication date: If the software or app has already been published (released to users or uploaded to app stores), the publication date must be accurately stated in Form XIV. Incorrect dates affect the 60-year protection calculation.
  8. Ignoring third-party code: If your software uses open source libraries, do not claim copyright over the third-party code. Include only the code you wrote. The examiner may raise objections if the uploaded code contains obvious third-party headers or licence notices.
  9. Not filing powers of attorney correctly: If an agent or attorney files on your behalf, a properly signed power of attorney must accompany the application. Unsigned or undated powers of attorney are rejected.
  10. Delaying registration until infringement occurs: Registration after infringement is discovered weakens your legal position. Courts give more weight to registrations that predate the infringement. File early, ideally before the software is published or commercially released.

SaaS (Software as a Service) products present unique copyright considerations because the end user never receives a copy of the software. The code runs on the provider's servers, and users interact through a web browser or API.

What to Register for SaaS

A comprehensive SaaS copyright filing typically covers:

  • Backend source code: The server-side code (Python, Node.js, Java, Go, or any language) that powers the application logic.
  • Frontend source code: The client-side code (JavaScript, TypeScript, CSS) delivered to users' browsers.
  • Database schema and queries: If the data model involves creative arrangement, register it as a literary work.
  • API documentation: Technical documentation provided to third-party developers for integration.
  • Original UI/UX designs: Dashboards, reports, and interface elements with distinctive creative expression.

SaaS and Trade Secret Integration

Because SaaS code never leaves the provider's servers, it benefits from both copyright and trade secret protection simultaneously. Register copyright for the code structure and expression, while maintaining trade secret protection over proprietary algorithms, business logic, and data processing methods that are not disclosed to users. Use confidentiality agreements and NDAs with employees and contractors to reinforce trade secret protection.

For SaaS companies raising venture capital or approaching acquisition, having registered copyrights for the core platform code is a common item on the investor due diligence checklist. It confirms that the company owns its core IP assets and can enforce rights against copycats.

Setting Up a SaaS Business?

Register your company, protect your IP, and set up compliant contracts. Complete startup setup starting at ₹7,999.

Get Startup Legal Services

With the rise of AI coding assistants (GitHub Copilot, ChatGPT, Amazon CodeWhisperer), a new question has emerged: who owns the copyright in AI-generated code?

The Copyright Act, 1957, defines "author" in relation to computer-generated works under Section 2(d)(vi) as "the person who causes the work to be created." This provision, originally intended for works generated by computer programs (not AI), provides a possible basis for claiming copyright over AI-assisted code. The person who prompts the AI tool and integrates its output into a software project may qualify as the author.

Practical Filing Approach

The Copyright Office does not currently have specific guidelines for AI-generated code. The practical approach used by applicants is to register the complete software product (which includes human-written and AI-assisted code) as a single literary work, with the human developer listed as the author. This approach works when the developer exercises creative judgment in selecting, arranging, and modifying the AI-generated output. If the code is purely AI-generated with no human creative input, copyrightability may be challenged.

Risk Considerations

Before relying on AI-generated code in a product you plan to copyright, consider: the AI training data may include copyrighted code, creating potential derivative work issues. Review your AI tool's terms of service regarding IP ownership of generated output. For mission-critical software where IP ownership is essential (investment-stage startups, enterprise products), have a legal review of your AI code usage practices.

Owning a copyright registration is the first step. Enforcing it effectively requires a practical strategy that balances legal strength with business priorities.

Pre-Infringement Preparation

  • Register early: File copyright registration before publishing the software. Pre-publication registration carries greater evidentiary weight in court.
  • Include copyright notices: Add copyright notices in source code headers, app about screens, terms of service, and documentation. Example: "Copyright 2026 [Company Name]. All rights reserved."
  • Maintain version control records: Git commit history, timestamps, and contributor logs serve as independent evidence of creation dates and authorship.
  • Document creation process: Keep records of development timelines, design mockups, sprint plans, and internal communications that establish when the code was created.

When Infringement Is Discovered

  1. Preserve evidence: Screenshot the infringing product, download publicly accessible code, archive web pages, and record app store listings.
  2. Assess the infringement: Determine whether it is literal copying (identical code) or non-literal copying (similar structure, sequence, and organization). Literal copying is easier to prove.
  3. Send a cease-and-desist notice: A formal legal notice citing your copyright registration, the specific code copied, and the demand to stop. Most small-scale infringers comply at this stage.
  4. File DMCA takedown requests: For apps on Google Play or Apple App Store, and code on GitHub or similar platforms, file copyright infringement notices under the platform's takedown policy.
  5. Initiate legal proceedings: If the infringer does not comply, file a civil suit seeking injunction and damages, or lodge a criminal complaint under Section 63 for commercial-scale piracy.

Structuring IP Protection for Your Software Business

Copyright is one layer of a comprehensive IP strategy for software companies. Depending on your business model, team structure, and market, you may need additional protections.

IP Protection Checklist for Software Businesses
Business Element Protection Type Action Required
Source code Copyright Register copyright with Copyright Office
Brand name and logo Trademark Register trademark in relevant classes (Class 9 for software, Class 42 for SaaS)
Novel algorithm or process Patent File patent application before public disclosure
Proprietary business logic Trade secret Implement NDAs, access controls, and employee agreements
Domain name Domain registration Register .com, .in, and relevant TLDs early
Company structure Entity registration Register as Pvt Ltd for liability protection and investor readiness
Government recognition Startup India Register under Startup India for IP fee rebates and tax benefits

The right combination depends on where your competitive advantage lies. If it is in the code, prioritize copyright. If it is in a novel algorithm, prioritize patents. If it is in the brand, prioritize trademarks. Most software businesses need all three.

Summary

Copyright registration for software and apps in India is a straightforward, affordable process that provides 60 years of legal protection for your code, UI elements, and documentation. The government fee is ₹500, professional fees range from ₹5,000 to ₹12,000, and the timeline is 60 to 120 working days from filing through the Copyright Office portal at copyright.gov.in. Under the Copyright Act, 1957, software is classified as a literary work under Section 2(o), with infringement carrying both civil remedies (injunctions, damages under Section 55) and criminal penalties (up to 3 years imprisonment under Section 63). India's membership in the Berne Convention extends protection to 180+ countries without additional registration. For any software developer, app founder, or SaaS company, copyright registration is the first and most cost-effective step in building an IP protection strategy.

Complete filing assistance, expert source code review, and Copyright Office correspondence. Government fee ₹500 + professional fees from ₹5,999.

Register Your Copyright

Frequently Asked Questions

What is copyright registration for software in India?
Copyright registration for software in India is the formal process of recording ownership of a computer program with the Copyright Office under the Copyright Act, 1957. Software is classified as a "literary work" under Section 2(o). Registration provides legal proof of ownership, enables statutory damages in infringement cases, and costs ₹500 in government fees.
Is software automatically protected by copyright in India?
Yes. Under the Copyright Act, 1957, copyright protection arises automatically upon creation of the software in a fixed form. Registration is not mandatory for protection to exist. However, registration provides a legal presumption of ownership under Section 48, which is critical for enforcement, licensing agreements, and infringement lawsuits.
How much does software copyright registration cost in India?
The government fee for software copyright registration is ₹500 per work when filed online through copyright.gov.in. Professional fees for preparing the application, including source code compilation and statement of particulars, range from ₹5,000 to ₹12,000. Total cost is typically ₹5,500 to ₹12,500.
How long does software copyright registration take in India?
Software copyright registration takes 60 to 120 working days from the date of filing. This includes a mandatory 30-day waiting period during which objections can be raised by third parties. If no objection is filed, the Copyright Office examines the application and issues the registration certificate within the remaining timeline.
What documents are required for software copyright registration?
Key documents include:
  • Completed Form XIV (application form)
  • Source code excerpts (first and last 25 pages or complete code if shorter)
  • PAN card and ID proof of the applicant
  • NOC from employer (if software was developed during employment)
  • Statement of particulars and statement of further particulars
  • Power of attorney (if filed through an agent)
Can I copyright a mobile app in India?
Yes. Mobile apps (Android, iOS, or cross-platform) qualify for copyright protection as literary works under Section 2(o) of the Copyright Act, 1957. The copyright covers the source code, object code, and original UI elements. You can register the app's code and visual interface as separate works or as a combined application with a single ₹500 government fee.
What parts of software can be copyrighted?
Copyright protects: source code (the human-readable program), object code (compiled machine-readable version), original UI designs (screens, layouts, icons created specifically for the software), database structures (if they involve creative selection or arrangement), and documentation (user manuals, technical specifications, API documentation).
What parts of software cannot be copyrighted?
Copyright does not protect: algorithms (the mathematical logic behind the code), ideas or concepts, functional methods of operation, programming languages themselves, APIs and interface specifications (in most jurisdictions), and features dictated by hardware or industry standards. These elements may qualify for patent protection instead of copyright.
What is the difference between copyright and patent for software?
Copyright protects the expression (source code, UI designs, documentation) and lasts for 60 years. Patent protects the invention (novel algorithm, technical process, unique functionality) and lasts for 20 years. Copyright registration costs ₹500; patent registration costs ₹8,000 to ₹15,000+. Copyright requires no novelty examination; patent requires a detailed examination for novelty and inventive step.
Can I copyright open source software in India?
Yes. Open source software is fully protected by copyright. The author retains copyright ownership and grants usage rights through an open source licence (MIT, GPL, Apache, etc.). Registering copyright for open source code at the Copyright Office strengthens enforcement against licence violators who use the code beyond the permitted terms.
Who owns the copyright of software developed by an employee?
Under Section 17 of the Copyright Act, 1957, the employer is the first owner of copyright in software created by an employee during the course of employment, unless a written agreement states otherwise. For freelance or contract development, copyright belongs to the developer unless the contract explicitly assigns it to the client.
What is Form XIV for copyright registration?
Form XIV is the prescribed application form for copyright registration under Rule 70 of the Copyright Rules, 2013. It requires details of the work (title, nature, year of creation), applicant information, author details, and a statement of particulars. The form is filed online through the Copyright Office portal at copyright.gov.in.
Is copyright registration valid internationally?
India is a signatory to the Berne Convention, which provides automatic copyright protection in 180+ member countries without requiring separate registration in each country. Your Indian copyright registration serves as prima facie evidence of ownership globally. No additional filing is needed in Convention member countries including the US, UK, EU, Australia, and Japan.
What happens during the 30-day waiting period in copyright registration?
After filing the copyright application, the Copyright Office publishes it in the Copyright Journal and waits 30 days for objections. Any person who claims prior ownership or disputes the applicant's right can file an objection during this window. If no objection is received, the application proceeds to examination. If an objection is filed, both parties are given a hearing.
What are the penalties for software copyright infringement in India?
Under Section 63 of the Copyright Act, 1957, copyright infringement carries:
  • Imprisonment of 6 months to 3 years
  • Fine of ₹50,000 to ₹2,00,000
  • For repeat offenders: imprisonment of 1 to 3 years and fine of ₹1,00,000 to ₹2,00,000
Civil remedies include injunctions, damages, and accounts of profits under Section 55.
Can I copyright the UI/UX design of my app?
Original UI/UX elements that involve creative expression can be copyrighted as artistic works under Section 2(c) of the Copyright Act, 1957. This includes custom icons, illustrations, screen layouts, and visual themes. However, standard UI patterns (hamburger menus, tab bars, common navigation elements) are not copyrightable because they are functional and widely used across the industry.
How do I file copyright registration online in India?
File online through copyright.gov.in: 1) Create an account on the portal, 2) Fill Form XIV with work details and author information, 3) Upload source code excerpts and supporting documents, 4) Pay ₹500 government fee online, 5) Wait 30 days for the objection period, 6) Copyright Office examines and issues certificate if approved.
Can I copyright an API?
The copyrightability of APIs is legally contested. In India, there is no definitive ruling. Globally, the US Supreme Court ruled in Google LLC v. Oracle America (2021) that copying API declarations constitutes fair use. In practice, the structural elements of an API (method signatures, class hierarchy) are typically not copyrightable, but accompanying documentation and example code may be.
What is the difference between copyright and trade secret for software?
Copyright protects the expression of code and requires disclosure (source code excerpts are filed with the Copyright Office). Trade secret protects confidential business information (algorithms, proprietary processes) and requires active secrecy measures. You can use both simultaneously: copyright the code while keeping the underlying algorithm as a trade secret.
Do I need a copyright for my SaaS product?
Copyright registration is highly recommended for SaaS products. It protects the source code, database schemas, UI designs, and documentation. For SaaS businesses seeking investment, registered copyright demonstrates ownership of core IP assets. It also strengthens terms of service enforcement against users who attempt to reverse-engineer or copy the platform.
Can a startup register copyright for software in India?
Yes. Startups can register software copyright through the same process as any other applicant. The government fee remains ₹500. Startups recognized under the Startup India scheme can access IP facilitation services through the Startup IP Facilitation Centre, which provides free consultation and subsidized filing assistance for copyright, trademark, and patent applications.
How is software classified under the Copyright Act, 1957?
Software is classified as a literary work under Section 2(o) of the Copyright Act, 1957, which was amended in 1994 to include "computer programmes" in the definition of literary works. This classification gives software the same copyright protection as books, articles, and other written works, with a protection period of 60 years from the year of publication.
What is the role of the Copyright Office in India?
The Copyright Office, established under Section 9 of the Copyright Act, 1957, is headed by the Registrar of Copyrights. It operates under the Department for Promotion of Industry and Internal Trade (DPIIT). The office maintains the Register of Copyrights, processes registration applications, conducts hearings on objections, and issues registration certificates through its portal at copyright.gov.in.
Can two people independently develop and copyright similar software?
Yes. Copyright protects original expression, not ideas. If two developers independently write code that performs the same function using different code, both works are separately copyrightable. Neither developer infringes the other's copyright because independent creation is a complete defence. The issue arises only when one party copies or substantially reproduces the other's actual code.
What is the validity period of software copyright in India?
Copyright in software (classified as literary work) is valid for 60 years from the year following publication. If the software is unpublished, the copyright lasts for 60 years from the year following the author's death. For software owned by a company (as employer), the 60-year term runs from the year following publication, regardless of the author's lifespan.
Tags:
Written by Dhanush Prabha

Dhanush Prabha is the Chief Technology Officer and Chief Marketing Officer at IncorpX, where he leads product engineering, platform architecture, and data-driven growth strategy. With over half a decade of experience in full-stack development, scalable systems design, and performance marketing, he oversees the technical infrastructure and digital acquisition channels that power IncorpX. Dhanush specializes in building high-performance web applications, SEO and AEO-optimized content frameworks, marketing automation pipelines, and conversion-focused user experiences. He has architected and deployed multiple SaaS platforms, API-first applications, and enterprise-grade systems from the ground up. His writing spans technology, business registration, startup strategy, and digital transformation - offering clear, research-backed insights drawn from hands-on engineering and growth leadership. He is passionate about helping founders and professionals make informed decisions through practical, real-world content.Dhanush Prabha is the Chief Technology Officer and Chief Marketing Officer at IncorpX, where he leads product engineering, platform architecture, and data-driven growth strategy. With over half a decade of experience in full-stack development, scalable systems design, and performance marketing, he oversees the technical infrastructure and digital acquisition channels that power IncorpX. Dhanush specializes in building high-performance web applications, SEO and AEO-optimized content frameworks, marketing automation pipelines, and conversion-focused user experiences. He has architected and deployed multiple SaaS platforms, API-first applications, and enterprise-grade systems from the ground up. His writing spans technology, business registration, startup strategy, and digital transformation - offering clear, research-backed insights drawn from hands-on engineering and growth leadership. He is passionate about helping founders and professionals make informed decisions through practical, real-world content.