President Joe Biden heads to 2024 battleground Wisconsin on Friday for a closely-watched campaign rally and a critical interview with ABC News that could prove pivotal to his candidacy and presidency.
Biden is under growing pressure from some Democrats to publicly prove his mental and physical fitness — by answering questions and making unscripted remarks — and he’ll get a high-stakes chance to do so when ABC anchor George Stephanopoulos speaks with him in Madison, Wisconsin, on Friday.
The first excerpts will air on “World News Tonight” and then the interview will be broadcast in its entirety in a prime-time ABC network special on Friday evening at 8 p.m. ET.
Watch: ABC News anchor George Stephanopoulos’ exclusive first post-debate TV interview with President Joe Biden airs in its entirety in an ABC News prime-time special Friday, July 5, at 8 p.m. ET.
Advertisement
President Joe Biden speaks during a Medal of Honor Ceremony in the East Room of the White House in Washington, July 3, 2024.
Jim Watson/AFP via Getty Images
“I’m not going anywhere,” Biden said Thursday, speaking at a July Fourth barbecue for military families when someone in the crowd shouted, “Keep up the fight.”
Meeting with Democratic governors at the White House Wednesday to address their urgent concerns following his disastrous debate performance, Biden vowed to continue his presidential campaign, according to California Gov. Gavin Newsom.
One of more than 20 Democratic governors who met behind closed doors with Biden – virtually as well as in-person — Newsom said Thursday while campaigning for Biden in Michigan, “I was really proud to be with Joe Biden last night. He started the meeting — the first words out of his mouth: “I’m all in.” And when we left that meeting, convinced … there was no one that walked out of that and didn’t say, ‘We’ve got your back, Mr. President.’ No one. Not on.”
Advertisement
Another Democrat who’s been speculated about as a possible replacement as the party’s nominee, Michigan Gov. Gretchen Whitmer, posted, “Joe Biden is our nominee. He is in it to win it and I support him.”
President Joe Biden participates in the CNN Presidential Debate, June 27, 2024, in Atlanta.
Justin Sullivan/Getty Images
At the same time, though, more than a half dozen governors in the meeting expressed concern over the president’s debate performance and the resulting fallout inside the party, two people familiar with the conversation told ABC News Senior Congressional Correspondent Rachel Scott.
According to those people, one governor told Biden flat-out that people didn’t think he was up to the task of running, and another asked him to lay out the path forward.
One person who attended the meeting described the conversation as “candid” and “blunt,” saying the president was “engaged” and “focused.”
Advertisement
Meanwhile, some congressional Democrats have gone public with their calls for Biden to step aside.
After Texas Rep. Lloyd Doggett on Tuesday became the first lawmaker to publicly say Biden should leave the race, another House Democrat — Rep. Seth Moulton of Massachusetts — said Thursday that Biden should withdraw.
“President Biden has done enormous service to our country, but now is the time for him to follow in one of our founding father, George Washington’s footsteps and step aside to let new leaders rise up and run against Donald Trump,” Moulton told WBUR.
Rep. Raúl M. Grijalva of Arizona publicly urged Biden to leave the race, citing the “precarious” state of the president’s campaign in an interview with The New York Times. He voiced concerns about Biden dragging down House Democrats with him in November.
Rep. Marie Gluesenkamp Perez of Washington state told KATU she thinks Biden’s performance last Thursday will cost him the election against former President Donald Trump.
Advertisement
“Biden’s going to lose to Trump. I know that’s difficult, but I think the damage has been done by that debate,” she said.
As part of his effort to reassure Democrats and the American public, Biden did an interview with a prominent Black radio host, Earl Ingram of CivicMedia, whose Wisconsin-based program is aimed at Black listeners, a critical voting bloc in a state where just a few thousand votes could help decide the election.
Biden said he had “made a mistake” at the debate in the exchange that aired Thursday.
“I had a bad night. I had a bad night. And the fact of the matter is that, you know, it was — I, I, I screwed up, I made a mistake, and but I learned from my father, when you get knocked down, you just get back up,” he said.
“Look I came back from, I — I didn’t have a good debate. That’s 90 minutes on stage. Look at what I’ve done in 3.5 years,” he added.
Advertisement
ABC News’ Molly Nagle, Cheyenne Haslett, Isabella Murray and Oren Oppenheim contributed to this report.
Police believe she is in a vehicle last seen driving Friday afternoon in Monroe County.
Advertisement
AMBER ALERT: Police say eight-year-old Wisconsin girl is missing
Police believe she is in a vehicle last seen driving Friday afternoon in Monroe County.
Advertisement
Updated: 6:01 AM CDT Apr 4, 2026
Editorial Standards ⓘ
Advertisement
An AMBER Alert is out for a Wisconsin girl.Police say eight-year-old Irene Lentz from Wautoma may be with Joseph Nicpon Jr. and Betty Lentz.Authorities believe Irene is in a 2005 Blue Buick Terraza with the license plate number BCU3028. Police say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.If anybody knows where Irene may be, they are asked to immediately call the Wautoma Police Department at (920) 787-3321.
WAUTOMA, Wis. —
An AMBER Alert is out for a Wisconsin girl.
Police say eight-year-old Irene Lentz from Wautoma may be with Joseph Nicpon Jr. and Betty Lentz.
Advertisement
Wisconsin Crime NetworkPolice believe Irene Lentz is in this 2005 Blue Buick Terraza with the license plate number BCU3028. Authorities say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.
Authorities believe Irene is in a 2005 Blue Buick Terraza with the license plate number BCU3028. Police say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.
Advertisement
If anybody knows where Irene may be, they are asked to immediately call the Wautoma Police Department at (920) 787-3321.
Advertisement
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
var location = { zip: window.DEFAULT_ZIPCODE };
Advertisement
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
Advertisement
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
Advertisement
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
Advertisement
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
`;
}
function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}
function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;
Advertisement
function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});
var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}
function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}
Advertisement
var location = { zip: window.DEFAULT_ZIPCODE };
try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}
var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;
if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}
function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;
Advertisement
var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);
if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}
function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;
var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}
var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}
Advertisement
var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}
var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}
var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}
function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;
if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);
for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex
Storms Friday night but a dry weekend ahead in SE Wisconsin
More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin
Advertisement
RIGHT AFTER WORLD NEWS WITH DAVID MUIR AT 530. THANK YOU DIANA. SHOWERS AND STORMS ARE MOVING IN, BUT IT WILL NOT BE A REPEAT OF LAST NIGHT. THAT’S GOOD NEWS, MARK. THE CHANCE OF SEVERE WEATHER IS VERY LOW. IT IS VERY GOOD BECAUSE NO, I WOULDN’T WANT TO HAVE A REPEAT OF LAST NIGHT. THANKFULLY, WE’RE NOT GOING TO DO THAT. WE DO HAVE SOME SHOWERS ROLLING IN. IT’S A ROUND OF EVENING SHOWERS, BUT A LOT OF THIS IS FALLING APART. I THINK IT’S MAINLY GOING TO BE A COUPLE OF SPRINKLES BY THE TIME IT GETS TO MILWAUKEE. RAIN AND THUNDERSTORMS ARE LIKELY OVERNIGHT. A COUPLE OF STRONG STORMS POSSIBLE. YES. RAIN MOVES OUT BY EARLY SATURDAY. MOST OF SATURDAY IS DRY. IT GETS BREEZY. TEMPERATURES. NOT BAD THOUGH. WE’LL MAKE IT INTO THE MID 50S. ALL RIGHT. FOR THE REST OF TONIGHT YOUR SEVERE THREAT LEVEL ONE AGAIN. LAST NIGHT WE ARE LEVEL THREE ON THE SEVERE THREAT INDEX. WE’RE NOT THERE. ANY KIND OF THREAT WOULD BE HAIL. THAT’S THAT’S OUR ONLY WORRY. I’M NOT WORRIED ABOUT TORNADOES. ANYTHING LIKE THAT. SO A LOW CHANCE OF SOME HAIL. ANY OF THE THREATS ARE VERY LOW. VERY LOW THREAT OF DAMAGING WINDS THAT SHOULD STAY WAY SOUTH. VERY, VERY, VERY, VERY LOW THREAT OF TORNADOES. I’M ALWAYS SCARED TO PUT ZERO THREAT OF TORNADOES, BUT IT’S CLOSE TO ZERO FLOODING. WELL, YOU KNOW WHAT? WE ARE WATERLOGGED. AND SO IT’S NOT GOING TO TAKE THAT MUCH RAIN. WE COULD GET UP TO AN INCH OF RAIN AND THAT WOULD CAUSE SOME ISSUES. NOTICE HOW THIS CONTINUES TO FALL APART. IT’S A STEADY RAIN THOUGH IN WESTERN WAUKESHA COUNTY. IT’S STARTING TO MOVE INTO THE CITY OF WAUKESHA AND INTO PEWAUKEE AS WELL. THUNDERSTORMS BACK OUT TO THE WEST OF US. THE SEVERE THREAT REALLY, I THINK IS WELL, SOUTH. THAT’S WHERE THE WARMER AIR IS LOCATED. IT’S NOT HERE. SO AS WE HEAD THROUGHOUT THE NIGHT, THAT MIDDLE OF THE NIGHT, WE BRING IN SHOWERS AND SOME THUNDERSTORMS, MAYBE A LITTLE SMALL HAIL IN THERE AS WELL. THE COLDER AIR STARTS WRAPPING BACK IN AS WE HEAD INTO SATURDAY NIGHT. MAYBE EVEN ENOUGH TO GET A PASSING FLURRY JUST IN TIME FOR EASTER MORNING. BUT THAT’S NOT GOING TO LAST LONG. EASTER IS OKAY. I WOULDN’T SAY IT’S GREAT, BUT IT’S ALL RIGHT. IT’S 49 DEGREES, A FEW SPRINKLES EARLY, EARLY, EARLY ON SATURDAY. IT’S GONE BY 8:00 AT THE LATEST. THE REST OF THE DAY IS FINE. HOW ABOUT EASTER? WELL, WE START OUT PRETTY CHILLY, 33 AT 7 A.M. IF YOU’RE GOING TO DO EASTER EGG HUNTS. ONE. IF IT’S OUTSIDE, YOU BETTER DRESS FOR IT AND ALSO BE READY FOR THE MUDDY BECAUSE IT IS GOING TO BE WET. WE’RE WET ALL OVER, BUT WE’RE GREENING THINGS UP PRETTY QUICKLY HERE, THANKS TO THE FACT THAT WE’VE HAD ALL THAT RAIN YESTERDAY. 1.8IN OF RAIN IN MILWAUKEE 39 RIGHT NOW IN ELKHART LAKE, 46 DEGREES IN DELAVAN, WHERE YOU’VE HAD A PASSING SHOWER, BUT THAT HAS MOVED ON. NOT EXACTLY SEEING ANYTHING WARM UNLESS YOU GO HERE 81 DEGREES DOWN IN SAINT LOUIS. YOU CAN CLEARLY SEE WHERE THE FRONT IS LOCATED. ALL RIGHT, EARLY SPRINKLES. A BREEZY DAY FOR TOMORROW. MOST OF THE DAY IS DRY, AND I DO THINK WE’LL SEE SOME SUNSHINE OFF. AND ON EASTER SUNDAY DRY, WHICH IS NICE. 49 IT’S KIND OF NICE BECAUSE MOST OF THE STRETCH AFTER WE GET THROUGH TONIGHT IS QUIET. MONDAY AND TUESDAY ARE QUIET. TUESDAY, OF COURSE, IS ELECTION DAY HIGH OF ONLY 38. SO DRESS WARMLY HEADING TO THE POLLS AND THEN WE WARM RIGHT BACK UP IN THE 50S. CHANCES FOR SHOWERS AS WE HEAD INTO THURSDAY AND FRIDAY. IT’S OKAY.
Advertisement
Storms Friday night but a dry weekend ahead in SE Wisconsin
More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin
Updated: 6:30 PM CDT Apr 3, 2026
Advertisement
Editorial Standards ⓘ
More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin
More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin
by Tom Kertscher / Wisconsin Watch, Wisconsin Watch April 3, 2026
No.
We found no evidence that liberal Wisconsin Appeals Court Judge Chris Taylor has supported allowing noncitizens to vote.
Taylor and conservative state Appeals Court Judge Maria Lazar are running in the April 7 Wisconsin Supreme Court election.
A Lazar ad claimed Taylor is “pushing for noncitizen voting.”
Lazar’s campaign cited:
Advertisement
Taylor’s opposition, while a Democratic state lawmaker, to the Republican-backed 2011 state law requiring identification to vote.
Her introduction of a 2017 bill, which did not become law. It would have provided driver’s licenses to unauthorized residents, but the licenses would have been labeled: “Not valid for voting purposes.”
Taylor’s opinion, in a 2024 appeals court ruling, which said absentee ballots count even if voters’ witnesses fail to give election clerks their full address. Citizenship is required to vote in Wisconsin, but Wisconsin election officials generally do not verify citizenship when a person registers.
Sources
This <a target=”_blank” href=”https://wisconsinwatch.org/2026/04/wisconsin-supreme-court-candidate-taylor-lazar-noncitizen-voting-election-campaign-ad/”>article</a> first appeared on <a target=”_blank” href=”https://wisconsinwatch.org”>Wisconsin Watch</a> and is republished here under a <a target=”_blank” href=”https://creativecommons.org/licenses/by-nd/4.0/”>Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<img src=”https://i0.wp.com/wisconsinwatch.org/wp-content/uploads/2021/02/cropped-WCIJ_IconOnly_FullColor_RGB-1.png?fit=150%2C150&quality=100&ssl=1″ style=”width:1em;height:1em;margin-left:10px;”>