Idea and Expression

Copyright protects the way an author expresses something, never the underlying idea itself. Two writers can take the identical premise, the identical system, or the identical historical fact and both hold valid copyrights, because what each owns is only their particular arrangement of words. The idea sitting underneath belongs to everyone.

This is not a judicial gloss. It is written into the statute at 17 U.S.C. § 102(b), which withholds protection from “any idea, procedure, process, system, method of operation, concept, principle, or discovery, regardless of the form in which it is described, explained, illustrated, or embodied in such work.” That clause is the load-bearing wall of copyright law. Remove it and copyright becomes a patent that lasts a century and requires no examination.

Where the rule comes from

The distinction predates the modern statute by a hundred years. In Baker v. Selden, 101 U.S. 99 (1879), Selden had copyrighted a book explaining a double-entry bookkeeping system, including ruled forms for using it. Baker published his own book using a similar system with similar forms. The Supreme Court held that Selden’s copyright covered his book’s explanation and nothing more. The bookkeeping system itself, and the blank forms necessary to practice it, were free for anyone to use. Copyright in a description of an art, the Court said, gives no exclusive right to the art described.

The consequence is sharp. An author who publishes the definitive explanation of a method has, by publishing, given the method away. If the method is worth owning, copyright is the wrong instrument. Patent law is the one that trades disclosure for a monopoly on function, and it demands novelty, non-obviousness, and a twenty-year clock in return.

The same logic drives Feist Publications v. Rural Telephone Service, 499 U.S. 340 (1991), which held that facts are never copyrightable because they are discovered rather than authored. A phone book’s names and numbers are facts. Only an original selection or arrangement of them can be protected, and alphabetical order is not original.

The line is a spectrum, not a border

The hard part is that “idea” and “expression” are not two bins. They are the ends of a continuum, and every work can be described at any level of abstraction along it.

Judge Learned Hand said this best in Nichols v. Universal Pictures Corp., 45 F.2d 119 (2d Cir. 1930), rejecting a claim that a film had copied a play about an Irish-Jewish intermarriage. Upon any work, Hand wrote, a great number of patterns of increasing generality will fit equally well, as more and more of the incident is left out. At some point in that series of abstractions the patterns are no longer protected, because otherwise the author could prevent the use of his ideas. In the same opinion Hand acknowledged that the line, wherever it is drawn, will seem arbitrary, but said that is no excuse for not drawing it, and conceded that nobody has ever been able to fix that boundary and nobody ever can.

That candor is worth sitting with. Courts are not applying a test that produces a determinate answer. They are making a judgment about how much of what was taken is the author’s own and how much is the common stock of the field.

Merger: when there is only one way to say it

If an idea can be expressed in only one way, or in only a few, then protecting the expression would effectively lock up the idea. Courts respond by declaring the expression unprotectable. Idea and expression have merged.

Morrissey v. Procter & Gamble, 379 F.2d 675 (1st Cir. 1967), is the standard illustration. The rules for a sweepstakes contest keyed to Social Security numbers could be written only a handful of ways while remaining accurate. The court refused protection, reasoning that copyright would otherwise allow one entrant to exhaust the subject matter and shut competitors out of the contest itself. Herbert Rosenthal Jewelry Corp. v. Kalpakian, 446 F.2d 738 (9th Cir. 1971), reached the same place with a jeweled bee pin: the idea of a bee-shaped pin encrusted with gems admits of very few executions, so the plaintiff could not own the ones that looked like a bee.

Merger is applied narrowly. The question is not whether the defendant found it convenient to copy, but whether the range of alternative expressions is genuinely constrained.

Scenes a faire: the stock furniture of a genre

Closely related but distinct: elements that follow so predictably from a setting, genre, or technical context that they are treated as belonging to the subject rather than the author. Hoehling v. Universal City Studios, 618 F.2d 972 (2d Cir. 1980), a Hindenburg case, catalogued the beer halls, German greetings, and drinking songs that any story about 1930s Germany would contain, and held them unprotectable.

In software the doctrine does heavy work. Elements dictated by hardware constraints, by compatibility requirements, by external standards, or by widely accepted programming practice are filtered out before infringement is assessed, because they are responses to the environment rather than authorial choices.

Applying the line to software

Software forced courts to operationalize what Hand had described only as a spectrum. Computer Associates International v. Altai, 982 F.2d 693 (2d Cir. 1992), produced the abstraction-filtration-comparison test that most circuits now use:

  • Abstraction. Break the program down into its levels, from the main purpose at the top through module structure and algorithms to the literal code at the bottom, retracing the designer’s steps in reverse.
  • Filtration. At each level strip out what cannot be protected: elements dictated by efficiency, elements dictated by external factors like hardware or interoperability, scenes a faire, material taken from the public domain, and anything that has merged with its idea.
  • Comparison. Whatever protectable expression survives is compared with the accused program to determine substantial similarity.

The filtration step is where most software claims thin out. Efficiency-driven code is treated as merged, since the more efficient a routine is, the fewer ways there are to write it.

Google LLC v. Oracle America, 593 U.S. 1 (2021), sits adjacent to this. Google copied roughly 11,500 lines of declaring code from the Java SE API. The Supreme Court assumed without deciding that the declaring code was copyrightable and resolved the case on fair use instead. But the idea-expression concern permeated the reasoning: the Court described declaring code as inextricably bound to the uncopyrightable method of operation it calls, and stressed that its value came from programmers’ investment in learning the calls rather than from Oracle’s creativity. The functional character of the material shaped every factor.

What this means in practice

Take a recipe. The list of ingredients and the sequence of steps is a procedure under § 102(b) and is not protected, which is why any cook may reproduce a dish. The headnote about the summer you first ate it is expression and is protected. Take a business plan: the concept is free, the deck’s prose and charts are not. Take an app: the feature set is an idea, the specific code and screens can be expression.

If the value of a thing lies in what it does rather than in how it is written, copyright is a poor fit for it. That is the practical translation of § 102(b), and it has held steady since 1879.

Frequently asked questions

What is the idea-expression distinction in copyright? It is the rule that copyright protects only the particular way an author expresses something, never the underlying idea, fact, system, or method. It is codified at 17 U.S.C. § 102(b), which excludes from protection any idea, procedure, process, system, method of operation, concept, principle, or discovery, regardless of how it is described or illustrated in the work. Anyone may reuse the idea; only the author’s expression of it is off limits.

Can you copyright an idea? No. An idea for a novel, an app, a business model, or a recipe is not copyrightable no matter how original or valuable it is. Copyright attaches only once the idea is fixed in a tangible medium, and even then it covers only the specific expression. Ideas may sometimes be protected by patent, by trade secret, or by contract, but not by copyright.

What is the merger doctrine? When an idea can be expressed in only one way or in a very small number of ways, the idea and the expression are said to merge, and the expression becomes unprotectable. Otherwise a copyright on the expression would function as a monopoly on the idea itself. Morrissey v. Procter & Gamble (1st Cir. 1967) applied this to sweepstakes rules that could only be phrased a handful of ways.

What is the difference between merger and scenes a faire? Merger removes expression from protection because the idea admits of too few ways to express it. Scenes a faire removes stock elements that flow predictably from a given setting or genre, such as drunken German officers in a World War II story or the standard hardware constraints in a software module. Merger is about logical necessity; scenes a faire is about convention and context.

Authorities and sources

Going further: Fair Use Explained, the four factors in practice .

This page is general legal information, not legal advice, and it does not create an attorney-client relationship.

The cases behind this
Practical Guides
More in Copyright