US Appeals Court Stops White House from Firing Copyright Office Director

US Appeals Court Stops White House from Firing Copyright Office Director
source: gettyimages
September 16, 2025

A significant legal development has halted the White House's efforts to remove Shira Perlmutter, the director of the US Copyright Office. The DC Circuit Court granted her an injunction, allowing her to remain in her position as the case proceeds.

Court Ruling Highlights

The court ruled that, according to the Copyright Act, only the Librarian of Congress has the authority to remove the Register of Copyrights, not the President. The court also indicated that the Trump administration's attempt to replace Perlmutter with officials such as US Deputy Attorney General Todd Blanche and Associate Deputy Attorney General Paul Perkins was likely unlawful.

In practice, this means the White House cannot simply dismiss the nation's top copyright official via email or executive order.

Implications for the Tech Industry and Copyright Policy

This dispute is more than political symbolism; it has tangible effects on copyright law, especially regarding artificial intelligence (AI). The Copyright Office's recent AI report, which questioned whether tech companies could scrape creator content without licenses, played a key role in triggering the firing attempt. The report's findings could impose increased costs on AI developers due to licensing requirements.

If leadership changes in the Copyright Office can be made arbitrarily, the already complex landscape of AI copyright regulations becomes even more unpredictable.

Timeline of the Dispute

The controversy began in May when Perlmutter released her AI impact report, raising concerns about fair use and scraping practices. The next day, the Presidential Personnel Office announced her immediate termination, which she contested legally.

Perlmutter argued that her firing was unlawful and risky for Congress's independent decision-making on copyright issues amid evolving AI technologies. The court agreed that her case had merit, emphasizing the potential "irreparable harm" her removal could cause, including impairing Congress's access to expert advice on AI and copyright.

Political and Judicial Reactions

While the majority of the judges supported maintaining Perlmutter in her post to prevent further harm, some, like Judge Walker, believed that even an improper firing shouldn't prevent the continuity of office, suggesting it might be more harmful to leave a potentially unlawful appointment uncorrected.

The case is expected to continue through appeals, promising ongoing courtroom battles over executive authority and independence of the Copyright Office.

What's Next?

For now, Perlmutter remains at her desk, and AI companies are closely watching her next moves. The legal showdown underscores the broader struggles over control, regulation, and influence in the rapidly evolving landscape of AI and copyright law.

Expect further developments as this legal saga unfolds.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 150 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643658,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}