PatentBrief

IP Fundamentals

Patent vs Copyright
vs Trademark

Three types of IP protection. Completely different rules. Here's which one actually applies to what you're building.

At a glance

 PatentCopyrightTrademark
ProtectsInventions & processesCreative worksBrand identifiers
Duration20 years (utility)Life + 70 yearsIndefinite (with renewal)
RegistrationRequired (USPTO)Automatic (registration optional)Optional (strongly recommended)
Cost$1,600–$16,000+Free (registration ~$65)$250–$350 per class
ExampleiPhone touchscreenThis articleNike swoosh

01 — Patents

What a patent covers

A patent grants the inventor the exclusive right to prevent others from making, using, selling, or importing the patented invention for a limited time — typically 20 years from the filing date for a utility patent. The key word is invention. Patents protect useful, novel, non-obvious inventions: machines, processes, articles of manufacture, and compositions of matter, as well as any new and useful improvements on those categories.

In practical terms, patents cover how something works, how something is made, and how something is used. Apple's classic US 7,657,849 — the "slide to unlock" patent — is a utility patent protecting a specific method of unlocking a touchscreen device. Medical device manufacturers patent the mechanisms by which a drug is delivered. Chemical companies patent the molecular structure of new compounds and the processes used to synthesize them.

Design patents protect the ornamental appearance of a functional article — its shape, visual configuration, or surface ornamentation. Apple's design patent on the iPhone's rounded-rectangle shape (US D618,677) was at the center of a billion-dollar lawsuit against Samsung. Plant patents protect new, asexually reproduced plant varieties and are rare — fewer than 1,500 are issued per year.

What a patent does NOT cover

  • Abstract ideas — a mathematical formula or algorithm alone
  • Laws of nature — the law of gravity, for instance
  • Natural phenomena — a naturally occurring gene or mineral
  • Business methods performed entirely in the mind
  • Artistic or literary works (those belong to copyright)
  • Brand names or logos (those belong to trademark)

The practical implication for software founders: a patent on software must tie the algorithm to a specific technical implementation that produces a concrete, tangible result. "Do X on a computer" is not patentable. "A method for reducing network latency by caching DNS lookups using a bloom filter at the edge node" might be — because it describes a specific technical mechanism achieving a specific technical result.

02 — Copyright

What copyright covers

Copyright protects original works of authorship — the creative expression of an idea, not the idea itself. As soon as you write code, compose music, draw an illustration, write an article, or take a photograph, copyright attaches automatically. You don't need to register, file anything, or put a © symbol on it. The work is protected from the moment of creation.

Copyright covers software code — the specific lines of code you write, not the functionality they implement. This is a critical distinction for software founders. Copyright prevents someone from copying your source code verbatim. It does nothing to prevent a competitor from writing their own code that does exactly the same thing — using the same algorithm, the same user experience, the same technical approach. For that protection, you need a patent.

Copyright lasts an extraordinarily long time: for works created after 1978, it lasts for the author's life plus 70 years. For works made for hire (where an employer owns the copyright), it lasts 95 years from publication or 120 years from creation, whichever is shorter. This is vastly longer than any patent.

Registering copyright with the US Copyright Office is optional but provides significant legal advantages: you can sue for statutory damages (up to $150,000 per infringement for willful infringement) without proving actual damages, and you can recover attorney's fees. Registration costs as little as $65 for a single work filed online. For commercial software, databases, and valuable creative assets, registration is worth the small investment.

What copyright does not cover: facts, ideas, titles, names, slogans, short phrases, procedures, methods, systems, processes, concepts, principles, or discoveries. The idea for a product is not copyrightable. The title of a book is not copyrightable. A recipe for chocolate chip cookies is not copyrightable (though the description of the recipe in prose may be). Copyright protects how you expressed something — not the something itself.

03 — Trademark

What a trademark covers

A trademark is a word, phrase, symbol, design, or combination of these that identifies the source of goods or services and distinguishes them from those of competitors. Trademarks protect brand identity — the signal that tells customers whose product they're buying. Nike's swoosh, Apple's bitten apple, and the word "Google" are all trademarks.

Unlike patents and copyrights, trademark rights arise from use in commerce — not from registration. If you've been using a name in your market, you have some common-law trademark rights, even without filing. However, federal registration with the USPTO provides nationwide priority, the right to use the ® symbol, and a legally presumed right to use the mark across the country. The ™ symbol (or ℠ for services) can be used without registration.

Trade dress — the overall visual appearance of a product or its packaging — is also protectable as a trademark. The distinctive shape of a Coca-Cola bottle, the look and feel of a retail store layout, the distinctive color of a Tiffany box — all are examples of trade dress that has been protected through trademark law. For product companies, protecting trade dress can be as important as protecting the product name.

A critical difference from patents: trademarks can last indefinitely, as long as the mark is actively used in commerce and renewals are filed every 10 years. A patent expires after a fixed term regardless of commercial activity. This means a valuable brand name can be protected essentially forever, while a patented invention eventually enters the public domain.

Trademark protection is also geographically limited to the markets where the mark is used or registered. A US federal trademark registration covers the United States; separate registrations are needed in other countries. International entrepreneurs can use the Madrid System to file trademark applications in multiple countries through a single filing, similar to how PCT works for patents.

04 — Layering

Can you have all three?

Yes — and sophisticated companies regularly layer all three types of protection on a single product. The iPhone is the clearest example in modern technology.

Patent

The multitouch gesture system, the pinch-to-zoom algorithm, the slide-to-unlock mechanism — all protected by utility patents.

Copyright

The iOS source code, the interface graphics, the icons, the sounds, and the written content in Apple's apps — all protected by copyright.

Trademark

The word "iPhone," the Apple logo, the bitten-apple symbol, and the distinctive storefront design of Apple Stores — all protected as trademarks.

The layering strategy means that even after Apple's utility patents on specific gestures expire, competitors cannot simply call their product an "iPhone" or copy the iOS interface pixel-for-pixel. Each type of protection operates independently, and each must be overcome separately. For a startup, thinking about IP in layers — rather than relying on a single patent — is the approach that builds durable competitive advantage.

05 — Decision guide

Which one do you need?

01

You invented something new — a product, a process, a machine.

Patent

If your invention is novel, useful, and non-obvious, file a provisional patent application to lock in your priority date. You have 12 months to decide whether to proceed with a full non-provisional application. A prior art search before filing is essential — it's free and can save you thousands in application costs.

Check if it's already patented →
02

You wrote code, designed graphics, composed music, or created written content.

Copyright

You already have copyright — it attached the moment you created the work. Consider registering with the US Copyright Office for the additional legal benefits (statutory damages, attorney's fees). Remember: copyright protects the code you wrote, not the functionality it implements. A competitor can rewrite your software from scratch without infringing your copyright.

03

You're building a brand — a product name, logo, or distinctive look.

Trademark

Do a trademark search before you commit to a name or logo. Launching a brand only to receive a cease-and-desist from a prior trademark holder is a costly mistake. Once you're in commerce, consider federal registration through the USPTO to establish nationwide priority. Registration costs $250–$350 per class of goods or services.

FAQ

Frequently Asked Questions

Can the same thing be protected by both a patent and a copyright?

Yes. Software, for example, can be protected by copyright (the source code as a creative work) and patents (the underlying method or process it implements). Apple's iPhone has thousands of patents AND copyright on iOS.

How long does trademark protection last?

Indefinitely — as long as you continue using the mark in commerce and renew the registration every 10 years. Trademarks can theoretically last forever, unlike patents (20 years) and copyrights (life + 70 years).

Do I need to register a copyright?

No. Copyright is automatic from the moment a creative work is fixed in tangible form. However, registering with the US Copyright Office gives you the right to sue for statutory damages ($750–$150,000 per infringement), which makes registration practically important.

What's the difference between a trademark and a trade dress?

A trademark protects a name, logo, or slogan. Trade dress protects the overall look and feel of a product or its packaging — like the distinctive shape of a Coca-Cola bottle or the layout of an Apple Store.

Can I patent a business method?

Sometimes. After Alice Corp v. CLS Bank (2014), abstract business methods implemented in software became much harder to patent. The method must involve a specific technical improvement to a computer system to survive examination.

From PatentBrief

Check if your invention
might already be patented.

Describe your idea in plain English. PatentBrief searches the full US patent database and returns the closest existing patents — so you can understand the landscape before you file.

Check my inventionPatent glossary →