”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
That said, in this article, we look at six WWE Superstars who are yet to win a match on the main roster in 2026.
#6. Brock Lesnar
Seeing Brock Lesnar on this list is almost unbelievable. The Beast Incarnate has spent most of his WWE career demolishing opponents and dominating championship scenes. However, 2026 has been a rare off-year for the former Universal Champion.
Lesnar returned to action earlier this year and entered the 2026 Royal Rumble match with plenty of momentum. He eliminated multiple stars before eventually being tossed out by Cody Rhodes and LA Knight.
Things got worse at WrestleMania 42. Brock Lesnar suffered a huge loss to Oba Femi in what many believed was his retirement match. Reports even noted that his WWE profile was moved to the alumni section afterward.
Although The Beast Incarnate recently returned and reignited his rivalry with Femi ahead of Clash in Italy, He still technically hasn’t picked up a televised main roster win in 2026. For someone of Lesnar’s stature, that statistic is staggering.
#5. The Miz
The Miz has always been one of WWE’s most versatile and dependable performers. Whether he is working as a top heel, a comedy act, or a veteran mentor, The A-Lister consistently finds a way to remain relevant. Unfortunately, victories have been hard to come by this year.
The former WWE Champion entered the Royal Rumble match earlier this year but failed to make a significant impact before being eliminated by Roman Reigns. Since then, Miz has mostly been used to elevate younger talent and help develop ongoing storylines.
Despite his experience and charisma, the company has not given A-Lister many opportunities to gain momentum in the win column. His losses have become increasingly common on weekly television. Hence, making 2026 one of the roughest in-ring years of his recent career.
Still, counting out The Miz is always dangerous. The veteran has reinvented himself multiple times throughout his career. Hence, one major storyline could instantly change his fortunes.
#4. The War Raiders
The War Raiders entered 2026 hoping to reestablish themselves as a dominant force in WWE’s tag team division. Instead, Erik and Ivar have struggled to gain traction on the main roster.
The duo has been featured sporadically on television, often ending up on the losing side against teams receiving stronger pushes. Hence, the War Raiders have failed to secure a meaningful victory so far in 2026.
What makes their situation even more disappointing is the fact that both men remain incredibly talented performers. Their blend of power, agility, and chemistry still makes them one of the most unique tag teams in WWE. However, inconsistent appearances and repeated losses have seemingly damaged their aura significantly.
If Triple H eventually decides to rebuild the tag division around veteran teams, the War Raiders could still bounce back. Right now, though, 2026 has been brutal for them.
#3. Angel
Angel continues to be one of the most underutilized stars on SmackDown. He is part of Legado del Fantasma alongside Berto.
The talented superstar has often fallen short in both singles and tag team matches, frequently used as enhancement talent to help other wrestlers look strong. WWE clearly appreciates his in-ring skills and how he presents himself. However, the creative team has not yet given him a significant storyline or lasting momentum.
What makes Angel’s losing streak frustrating is the fact that he possesses all the tools needed to succeed. He is athletic, charismatic, and capable of producing excellent matches. Unfortunately, WWE’s stacked SmackDown roster has made it difficult for him to break through.
Unless Legado del Fantasma receives a renewed push later this year, Angel’s struggles may continue.
#2. Candice LeRae
Candice LeRae’s transition into a more villainous role over the past two years initially looked promising. However, 2026 has not been kind to her.
The former WWE Women’s Speed Champion has struggled to gain momentum on SmackDown. She has suffered multiple losses while other stars in the women’s division continue to climb the ladder.
LeRae has remained involved in television storylines and character work. Still, the global juggernaut has rarely positioned her as a legitimate threat inside the ring this year. With stars like Jade Cargill, Rhea Ripley, Giulia, and Tiffany Stratton dominating the spotlight, Candice has largely been pushed into the background.
That said, fans know exactly how talented LeRae is. Her work in NXT proved she can thrive when given meaningful opportunities. WWE simply hasn’t allowed her to showcase that side consistently on the main roster in 2026.
A strong feud or reunion storyline could eventually help turn things around for her.
#1. Former WWE United States Champion Chelsea Green
This feels surprising considering how entertaining and consistently featured Chelsea Green has been on WWE television. Despite her popularity and strong character work, Green has yet to secure a main roster victory in 2026.
The former Women’s United States Champion has remained involved in high-profile segments, alliances, and comedic storylines so far this year. She even returned from a heart operation recently and quickly inserted herself back into the SmackDown women’s division. However, things simply have not gone her way.
Chelsea Green’s situation arguably shows WWE’s confidence in her as a performer. Even without winning matches, she still gets plenty of TV time. Perhaps because of her charisma, personality, and talent for entertaining fans. Few stars can stay relevant despite losing often, but Green has managed to do just that.
Still, if the company eventually decides to give her another singles push, Chelsea could quickly erase this disappointing statistic and reestablish herself as one of SmackDown’s top female heels.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/6-wwe-superstars-yet-win-match-main-roster-2026?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here



