91³Ô¹ÏÍø

Watch CBS News

NY Auto Show 2025 continues at Javits Center in NYC. Here's everything to know.

The New York International Auto Show is underway at the Javits Center in New York City and . 

Dozens of world and North American vehicles are debuting at the annual auto show in Manhattan, including many from the biggest auto brands, like Kia, Chevrolet, Ford, Nissan, Subaru, Toyota, Honda, Hyundai and Stellantis. 

Auto show in NYC celebrates 125th anniversary

For the car show's 125th anniversary, it features , 11 specialty exhibits and four test tracks, where visitors can experience the thrills of a Ford Mustang Mach-E going 0-60 mph in 3.3 seconds. 

The New York State DMV is also processing Real ID and Enhanced ID upgrades at the Javits Center before the May 7 deadline. CBS News New York is hosting a pop-up newsroom on Saturday and Sunday. 

 for a map of the auto show at the Javits Center.   

NY Auto Show tickets and discounts

General admission  for $22 for adults or $8 for children ages 3 to 12. 

Visitors can also purchase  so they can skip the line and enter an hour before the show opens. 

Five different guides , and there are . 

When is the NY Auto Show? 2025 dates

Carmakers Show Off Their Newest Models At New York International Auto Show
A 2025 Volkswagen ID. Buzz and a 1967 Volkswagen Bus on display at the New York International Auto Show on April 16, 2025 in New York City. ADAM GRAY / Getty Images

The show officially opened to the public on Friday and runs through Sunday, April 27. 

That's 10 days to explore all the exhibits and experiences. 

for the 2025 show map.

NY Auto Show hours and schedule

Carmakers Show Off Their Newest Models At New York International Auto Show
A miniature landscape inside the trunk of a 2025 Toyota 4Runner sport utility vehicle (SUV) at the New York International Auto Show on April 16, 2025 in New York City. ADAM GRAY / Getty Images

The Javits Center will be open from 10 a.m. to 8 p.m. Monday through Thursday, from 10 a.m. to 10 p.m. on Fridays and Saturdays, and from 10 a.m. to 7 p.m. on Sundays. Organizers say it will stay open on Easter Sunday. 

While it officially started on Friday, the "opening day" festivities kicked off Saturday. The celebration began at 8:30 a.m. before the show floor opened at 10 a.m.

Getting to the Javits Center

Jacob Javits Convention Center is located at 429 11th Ave. between 34th and 40th streets on Manhattan's West Side. 

Visitors are encouraged to use mass transit, including: 

  • Subway to 34th Street/Hudson Yards, 34th Street/Penn Station or 42nd Street
  • Bus on the M34 or M42 lines
  • NJ Transit, Amtrak or LIRR to Penn Station
  • Metro-North to Grand Central, then 7 train or M42 bus
  • NYC Ferry to Midtown West/Pier 7

For drivers looking to park in the area, SpotHero is the official event partner and has special rates for attendees. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });