PSEB 10th Result 2026

By: vermuapp@gmail.com

On: May 14, 2026

---Advertisement---
Job Details
Punjab School Education Board has released PSEB 10th Result 2026 for students who appeared in the Punjab Board matric examination. Students can now check their marks and download scorecard online.
Job Post
Students Appeared in Class 10 Board Examination
Age Limit
No Age Limit

PSEB 10th Result 2026 PSEB 10th Result 2026 has been officially released by the Punjab School Education Board (PSEB) for Class 10 students. Candidates who appeared in the Punjab Board matric examination can now check their result online through the official website using roll number and required login credentials. The PSEB 10th Result 2026 is important for students because it helps them take admission in higher secondary courses including Science, Commerce and Arts streams. Students are advised to carefully verify all details mentioned in the scorecard including marks, subject details, division and qualifying status after downloading the result. PSEB 10th Result 2026 Check Online PSEB 10th Result 2026 Overview Board NamePunjab School Education Board (PSEB)Exam NamePunjab Board Class 10 ExaminationArticle NamePSEB 10th Result 2026Session2025-2026Result ModeOnlineCategoryBoard ResultOfficial WebsiteVisit Here Students who appeared in the Punjab Board examination can now access the PSEB 10th Results 2026 through the official result portal. PSEB 10th Result 2026 Important Dates EventDateClass 10 Exam Start Date10 March 2026Class 10 Exam Last Date01 April 2026PSEB 10th Result Date11 May 2026Result Time12:30 PM Students should regularly check official updates related to PSEB 10th Results 2026 and supplementary examination schedule. Useful Categories Latest Jobs Admit Cards Results PSEB 10th Result 2026 Details Mentioned After downloading the PSEB 10th Results 2026, students should carefully verify all information available on the marksheet. Student Name Roll Number Father Name Mother Name Subject Wise Marks Total Marks Result Status Division PSEB 10th Passing Marks 2026 Students are required to secure minimum passing marks in each subject to qualify the Punjab Board Class 10 examination. CriteriaMarksMinimum Passing Percentage33%Theory Passing Marks33%Practical

🔒

Sign Up Free to Read the Full Update

Login or create a free Naukrofy account to continue reading complete job updates and get personalised opportunities based on your qualification.

Login Sign Up Free

Join WhatsApp

Join Now

Join Telegram

Join Now

");w.document.close();setTimeout(function(){w.print();},300);};function checkField(field,input){var value=input.value.trim(),out=document.getElementById("nf4-check-"+field);if(!out)return;out.className="nf4-field-status";out.textContent="";if(!value)return;if(field==="mobile")input.value=value.replace(/\D/g,"");if(field==="mobile"&&input.value.length!==10){out.className="nf4-field-status error";out.textContent="Enter a valid 10-digit mobile number.";return;}if(field==="email"&&!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(value)){out.className="nf4-field-status error";out.textContent="Enter a valid email address.";return;}out.className="nf4-field-status checking";out.textContent="Checking...";var fd=new FormData();fd.append("action","nf4_check_registration");fd.append("nonce",regNonce);fd.append("field",field);fd.append("value",input.value);fetch(ajaxUrl,{method:"POST",credentials:"same-origin",body:fd}).then(function(r){return r.json();}).then(function(data){if(!data.success){out.className="nf4-field-status error";out.textContent=(data.data&&data.data.message)||"Could not verify right now.";return;}if(data.data.available){out.className="nf4-field-status ok";out.textContent="Available";}else{out.className="nf4-field-status error";out.textContent=data.data.message||"Already in use.";}}).catch(function(){out.className="nf4-field-status error";out.textContent="Could not verify right now.";});}function initRegistrationChecks(){var form=document.getElementById("nf4-register-form");if(!form)return;[["username","nf4-reg-username"],["email","nf4-reg-email"],["mobile","nf4-reg-mobile"]].forEach(function(pair){var field=pair[0],input=document.getElementById(pair[1]);if(!input)return;var timer;input.addEventListener("input",function(){clearTimeout(timer);var out=document.getElementById("nf4-check-"+field);if(out){out.className="nf4-field-status";out.textContent="";}timer=setTimeout(function(){checkField(field,input);},450);});input.addEventListener("blur",function(){clearTimeout(timer);checkField(field,input);});});form.addEventListener("submit",function(e){var hasBlocking=["username","email","mobile"].some(function(f){var x=document.getElementById("nf4-check-"+f);return x&&(x.classList.contains("error")||x.classList.contains("checking"));});if(hasBlocking){e.preventDefault();var x=form.querySelector(".nf4-field-status.error");if(x)x.scrollIntoView({behavior:"smooth",block:"center"});}});}document.addEventListener("click",function(e){var b=e.target.closest("[data-nf4-toggle]");if(b){e.preventDefault();nf4Toggle(b.dataset.nf4Toggle,b);return;}var p=e.target.closest("[data-nf4-post-toggle]");if(p){e.preventDefault();nf4PostToggle(p.dataset.nf4PostToggle,p);return;}var pe=e.target.closest("[data-nf4-profile-edit]");if(pe){e.preventDefault();nf4ProfileToggle(pe.dataset.nf4ProfileEdit,pe);return;}var pc=e.target.closest("[data-nf4-profile-cancel]");if(pc){e.preventDefault();nf4ProfileCancel(pc.dataset.nf4ProfileCancel);return;}var c=e.target.closest(".nf4-popup-close");if(c){var r=c.closest("#nf4-login-popup");if(r)r.remove();}var a=e.target.closest("[data-job]");if(a&&(a.classList.contains("nf14-all")||a.classList.contains("nf14-none")))document.querySelectorAll(".nf14-bulk-candidate").forEach(function(i){if(i.form&&i.form.id==="nf14-bulk-"+a.dataset.job)i.checked=a.classList.contains("nf14-all");});});document.addEventListener("keydown",function(e){if(e.key==="Escape"){var p=document.getElementById("nf4-login-popup");if(p)p.remove();}});document.addEventListener("submit",function(e){var f=e.target;if(!f||f.id!=="nf4-post-job-form")return;var b=f.querySelector("button[type=\"submit\"]");if(b){b.disabled=true;b.textContent="Submitting Job...";}},true);document.addEventListener("click",function(e){var sh=e.target.closest(".nf4-share-native,.nf4-dashboard-share");if(sh){e.preventDefault();var url=sh.getAttribute("data-share-url")||location.href,title=sh.getAttribute("data-share-title")||document.title;if(navigator.share){navigator.share({title:title,url:url}).catch(function(){});}else if(navigator.clipboard){navigator.clipboard.writeText(url).then(function(){sh.textContent="Link Copied";setTimeout(function(){sh.textContent="Share";},1600);}).catch(function(){window.prompt("Copy this job link:",url);});}else{window.prompt("Copy this job link:",url);}return;}var cp=e.target.closest(".nf4-share-copy");if(cp){e.preventDefault();var u=cp.getAttribute("data-copy-url")||location.href;if(navigator.clipboard){navigator.clipboard.writeText(u).then(function(){cp.textContent="Copied";setTimeout(function(){cp.textContent="Copy Link";},1600);}).catch(function(){window.prompt("Copy this job link:",u);});}else{window.prompt("Copy this job link:",u);}}});document.addEventListener("DOMContentLoaded",function(){initRegistrationChecks();(function(){var r=document.getElementById("nf4-register-role"),box=document.getElementById("nf4-recruiter-basic-fields");if(!r||!box)return;function sync(){var on=r.value==="naukrofy_recruiter";box.style.display=on?"block":"none";["nf4-reg-company","nf4-reg-position","nf4-reg-address"].forEach(function(id){var el=document.getElementById(id);if(el)el.required=on;});}r.addEventListener("change",sync);sync();})();var cp=document.getElementById("candidate-profile-editor");if(cp){cp.querySelectorAll("input,select,textarea").forEach(function(el){el.addEventListener("input",nf4UpdateProgress);el.addEventListener("change",nf4UpdateProgress);});nf4UpdateProgress();}var rp=document.getElementById("recruiter-profile-form");if(rp){rp.querySelectorAll("input,select,textarea").forEach(function(el){el.addEventListener("input",nf4UpdateRecruiterProgress);el.addEventListener("change",nf4UpdateRecruiterProgress);});nf4UpdateRecruiterProgress();}});// v24.40: global personalised-updates popup is handled by nf4_global_popup().})();(function(){function clean(){try{var root=document.body||document.documentElement; if(!root)return;var w=document.createTreeWalker(root,NodeFilter.SHOW_TEXT), n, arr=[];while(n=w.nextNode()){if(typeof n.nodeValue==='string' && /\+/.test(n.nodeValue)) arr.push(n);}arr.forEach(function(t){t.nodeValue=t.nodeValue.replace(/\+/g,'')});}catch(e){}}if(document.readyState==='loading')document.addEventListener('DOMContentLoaded',clean);else clean();window.addEventListener('load',clean);if(window.MutationObserver && document.body){new MutationObserver(function(){clean()}).observe(document.body,{childList:true,subtree:true,characterData:true});}})();//# sourceURL=nf4js-js-after