State troopers remove people from the House gallery during a special session of the state legislature to redraw U.S. Congressional voting maps Thursday, May 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV) 2026-05-04T21:15:45Z Republicans have opened up an advantage in a national redistricting battle among states after court rulings that weakened federal Voting Rights Act protections for minorities and invalidated a key Democratic redistricting effort. A recent U.S. Supreme Court ruling that struck down a Black-majority congressional district in
Louisiana as an illegal racial gerrymander has provided grounds for Republicans in several Southern states to try to eliminate House districts with large minority populations that have elected Democrats. Meanwhile, a
Virginia Supreme Court ruling invalidated a voter-approved congressional map that Democrats had been counting on to deliver as many as four additional U.S. House seats. The court said Democratic lawmakers had violated the state constitution when placing the proposal on the ballot. Legislative voting districts typically are redrawn based on census data after the start of each decade. But an unusual spate of mid-decade redistricting broke out after President Donald Trump urged
Texas Republicans last year to reshape U.S. House districts to give the party an edge in the midterm elections. Democrats in
California countered with their own political gerrymandering . More states followed. !function(){"use strict";window.addEventListener("message",(function(e){if(void 0!==e.data["datawrapper-height"]){var t=document.querySelectorAll("iframe");for(var a in e.data["datawrapper-height"])for(var r=0;r freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); So far, Republicans believe they could win up to 15 additional seats from new districts in
Texas,
Alabama,
Florida,
Missouri,
North Carolina,
Ohio and Tennessee. Democrats, meanwhile, think they could gain up to six seats from new districts in
California and Utah. But those tallies presume past voting patterns hold in November. Historically, the president’s party tends to lose seats in the midterms. Democrats need to gain just a few seats in November to wrest control of the House from Republicans, which would give them greater power to oppose Trump. Where new House districts are proposed Lawmakers in at least a couple states still are considering plans for new U.S. House maps ahead of the November elections. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i
Louisiana Current map: two Democrats, four Republicans New map: Republican lawmakers have proposed a new U.S. House map that could help them win an additional seat in response to an April 29 Supreme Court ruling striking down a majority-Black congressional district. Republican Gov. Jeff Landry postponed the May congressional primary to either July 15 or a date to be determined by lawmakers. Challenges: Lawsuits assert Landry lacked authority to suspend the primary elections. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); South Carolina Current map: one Democrat, six Republicans New map: Republican state House members have proposed a new U.S. House map that could give the GOP a better chance at winning an additional seat. Challenges: The House voted to allow redistricting to be considered after their regular work session ends May 14, but the resolution failed to get the needed two-thirds majority in the Senate. Where new House districts are in place New U.S. House districts are in place in nine states. Seven took up redistricting voluntarily, one was required to by its state constitution and another did so under court order.
Texas Current map: 13 Democrats, 25 Republicans New map: Republican Gov. Greg Abbott signed a revised House map into law last August that could help Republicans win five additional seats. Challenges: The U.S. Supreme Court in December cleared the way for the new districts to be used in this year’s elections. It has since overturned a lower-court ruling that blocked the new map because it was “racially gerrymandered.” freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); });
California Current map: 43 Democrats, nine Republicans New map: Voters in November approved revised House districts drawn by the Democratic-led Legislature that could help Democrats win five additional seats. Challenges: The U.S. Supreme Court in February allowed the new districts to be used in this year’s elections. It denied an appeal from Republicans and the Department of Justice, which claimed the districts impermissibly favor Hispanic voters. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); });
Missouri Current map: two Democrats, six Republicans New map: Republican Gov. Mike Kehoe signed a revised House map into law last September that could help Republicans win an additional seat by reshaping a Democratic-held district based in Kansas City. Challenges: The
Missouri Supreme Court ruled May 12 that the new map is in effect as election officials work to determine whether a referendum petition seeking a statewide vote complies with constitutional criteria and contains enough valid petition signatures. The court has rejected claims that the new districts are not compact and that mid-decade redistricting is illegal.
North Carolina Current map: four Democrats, 10 Republicans New map: The Republican-led General Assembly gave final approval in October to revised districts that could help Republicans win an additional seat. Challenges: A federal court panel in November denied a request to block the revised districts from being used in the midterm elections.
Ohio Current map: five Democrats, 10 Republicans New map: A bipartisan panel composed primarily of Republicans voted in October to approve revised House districts that improve Republicans’ chances of winning two additional seats. Challenges: None. The state constitution required new districts before the 2026 election, because Republicans had approved the prior map without sufficient Democratic support after the last census. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Utah Current map: no Democrats, four Republicans New map: A judge in November imposed revised House districts that could help Democrats win a seat. The court ruled that lawmakers had circumvented anti-gerrymandering standards passed by voters when adopting the prior map. Challenges: A federal court panel and the state Supreme Court , in February, each rejected Republican challenges to the judicial map selection.
Florida Current map: eight Democrats, 20 Republicans New map: Republican Gov. Ron DeSantis announced on May 4 that he had signed revised U.S. House districts that improve the GOP’s chances of winning four additional seats. Challenges: Court challenges contend the new map violates a state constitution provision prohibiting districts from being drawn with intent to favor or disfavor a political party. Tennessee Current map: one Democrat, eight Republicans New map: Republican Gov. Bill Lee signed new U.S. House districts May 7 that improve the GOP’s chances of winning an additional seat by carving up the lone Democratic-held seat, a Black-majority district that includes Memphis. Challenges: Court challenges contend the new districts were drawn with a racially discriminatory purpose, disenfranchise voters this year and were not proper under Lee’s special session proclamation.
Alabama Current map: two Democrats, five Republicans New map: The U.S. Supreme Court on May 11 cleared the state to switch to U.S. House districts passed in 2023 by Republican state lawmakers that could improve the GOP’s chances of winning an additional seat. Challenges: Attorneys who originally challenged the 2023 plan have asked a lower court to again block it from being used. DAVID A. LIEB Lieb covers issues and trends in state governments across the U.S. He’s reported about government and politics for The Associated Press for 30 years. twitter mailto