A sign warns commuters of a potential
Long Island Rail Road strike at
Penn Station in
New York, Thursday, May 14, 2026. (AP Photo/Seth Wenig) 2026-05-15T10:07:00Z
New York (AP) — Workers on
New York’s
Long Island Rail Road are on strike, union officials said early Saturday, paralyzing the busiest commuter rail system in
North America. Labor unions representing about half the system’s workers announced the walkout after negotiations with the
Metropolitan Transportation Authority ended Friday without a new contract. The five unions, which represent about half the system’s 7,000 workers, including locomotive engineers, machinists and signalmen, are legally allowed to go on strike at 12:01 a.m. Saturday.
Kevin Sexton of the National Vice President of the
Brotherhood of Locomotive Engineers and Trainmen said no new negotiations have been scheduled. “We’re far apart at this point,” Sexton said. “We are truly sorry that we are in this situation.” AP AUDIO:
North America’s largest commuter rail system faces a potential shutdown Unionized workers for
North America’s largest commuter rail system could go on strike. AP correspondent Donna Warder reports.
Janno Lieber, the MTA chairman, said the agency “gave the union everything they said they wanted in terms of pay” and that to him it was apparent the unions always intended to walk out. 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); }); The strike will force the roughly 250,000 people who ride the system each weekday to find alternative routes into
New York City from its Long Island suburbs or to work from home. That means more cars on traffic-choked highways and longer work commutes. “It’s gonna be such a nightmare trying to get in,” said
Rob Udle, an electrician who takes the LIRR at least five days a week into Manhattan. The strike will even make it challenging for some sports fans to get into Manhattan to watch the NBA’s
New York Knicks playoff run or see the baseball rivals the
New York Yankees battle the crosstown Mets this weekend. /* 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 Gov. Kathy Hochul has urged LIRR riders to work from during the walkout as the MTA plans to provide free but limited shuttle buses during the work day rush hours geared toward essential workers. In a statement she blamed the strike on union leadership. “Commuters are dealing with unnecessary dysfunction and thousands of union LIRR workers are being forced to go without a paycheck because of decisions made by a small group of union leaders,” Hochul said. “I stand with LIRR riders and will fight to preserve the long term stability of the MTA.” 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); }); Dispute over wages The union has demanded a total raise of 16% over four years, saying it is needed to help workers keep up with inflation and rising living costs. The MTA argued that the union’s initial demands would lead to fare increases. The authority has agreed to a pay raise of at least 9.5% over the next three years, plus what would effectively amount to a 4.5% raise in year four. “The difference between those two positions is not unbridgeable,” Gary Dellaverson, the MTA’s chief negotiator, suggested during a news conference Wednesday. “The key question is: Will MTA and Gov. Hochul create frustration and gridlock for commuters, spend millions on buses during a strike and lose millions in revenue over what amounts to roughly a one percent difference in wages?” Nick Peluso, national vice president for the Transportation Communications Union, said in a statement. 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); }); Commuters brace for the worst Susanne Alberto, a personal trainer from Long Island, said she has already made plans with her Manhattan clients to hold virtual sessions in the event of a shutdown. She said the union likely has the upper hand. “The MTA is going to cave, and they know that,” Alberto said. “Why don’t they just do it now instead of waiting until virtually millions of people get inconvenienced?” Udle, the electrician, said he will likely use his vacation days rather than navigate the “nightmare” of commuting into Manhattan if the rail service shuts down. A union member, he sympathized with the unions’ affordability concerns, but he said he didn’t agree with their strong-arm tactics. “I get it, the cost of living is going up and stuff like that,” Udle said while waiting at
Penn Station for a train home. “But they shouldn’t hold everybody hostage to do it. There’s a better way. You’re affecting a lot of other people.” A strike was temporarily averted in September when President Donald Trump’s administration agreed to help with negotiations. Those efforts ended without a deal, giving both sides 60 days — ending 12:01 a.m. Saturday — to again try to resolve their differences before the union is legally allowed to go on strike or the agency could lock out workers. 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); }); LIRR workers last went on strike in 1994, for about two days. Workers on the commuter rail system connecting Manhattan to New Jersey, New Jersey Transit, went on strike last year. It lasted three days . ___ The first reference to the rail system has been updated to correct to
Long Island Rail Road, from Long Island Railroad. ___ Follow Philip Marcelo at https://x.com/philmarcelo PHILIP MARCELO Marcelo is a general assignment reporter in the NYC bureau. He previously wrote for AP Fact Check and before that was based in Boston, where he focused on race and immigration. twitter mailto