Class 5 NCTB Book PDF 2025 – Free Download (Bangla & English Version)
Updated for the 2025 academic year | Official NCTB Curriculum | For Students, Teachers & Parents
Looking for Class 5 NCTB Book PDF 2025? You’re in the right place. Here, we provide free downloadable links to all official textbooks published by the National Curriculum and Textbook Board (NCTB) for Grade 5 students in Bangladesh.
Whether you’re a student, teacher, or parent, these PDFs are essential for the 2025 academic session. All books follow the updated NCTB syllabus and are ideal for home study, remote learning, or classroom use.
In this post, we’ve separated the books into two clear tables:
- Bangla Version – All subjects in Bengali medium
- English Version – English-taught subjects and translated versions
All links are verified and hosted on Google Drive for fast, secure access.
📚 Class 5 NCTB Books – Bangla Version (বাংলা ভার্সন)
| পাঠ্যপুস্তকের নাম | ডাউনলোড লিংক |
|---|---|
| আমার বাংলা বই | Download |
| প্রাথমিক গণিত | Download |
| প্রাথমিক বিজ্ঞান | Download |
| বাংলাদেশ ও বিশ্বপরিচয় | Download |
| ইসলাম শিক্ষা | Download |
| হিন্দুধর্ম শিক্ষা | Download |
| বৌদ্ধধর্ম শিক্ষা | Download |
| খ্রিষ্টধর্ম শিক্ষা | Download |
📘 Class 5 NCTB Books – English Version (ইংরেজি ভার্সন)
| পাঠ্যপুস্তকের নাম | Download Link |
|---|---|
| আমার বাংলা বই | Download |
| English For Today | Download |
| প্রাথমিক গণিত | Download |
| প্রাথমিক বিজ্ঞান | Download |
| বাংলাদেশ ও বিশ্বপরিচয় | Download |
| ইসলাম শিক্ষা | Download |
| হিন্দুধর্ম শিক্ষা | Download |
| বৌদ্ধধর্ম শিক্ষা | Download |
| খ্রিষ্টধর্ম শিক্ষা | Download |
❓ Frequently Asked Questions (FAQs)
✅ Final Words
These Class 5 NCTB Book PDF 2025 downloads are a valuable resource for students preparing for exams, teachers creating lesson plans, and parents supporting home learning.
We recommend saving the links or downloading the books early in the academic year. Share this page with classmates and teachers to help others access free educational materials.
🔖 Keywords:
Class 5 NCTB Book PDF 2025, NCTB Class 5 Books, Amader Bangla Boi Class 5 PDF, English For Today Class 5, Primary Mathematics PDF, Class 5 Science Book PDF, Bangladesh and Global Studies Class 5, Islam Education Book PDF, Hindu Religion Class 5, Buddhist Religion Book, Christian Religion Book, Free NCTB Books, NCTB Textbook Download, Class Five Textbooks 2025, NCTB Curriculum 2025
🏷️ Tags:
#Class5Books #NCTBPDF #AmaderBanglaBoi #EnglishForToday #PrimaryMath #PrimaryScience #BGS #IslamEducation #HinduReligion #BuddhistReligion #ChristianReligion #FreeTextbooks #NCTB2025 #SchoolBooks #BangladeshEducation
/* General Layout */
.container {
max-width: 900px;
margin: 20px auto;
padding: 20px;
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
color: #2c3e50;
margin-top: 1.5rem;
margin-bottom: 0.8rem;
}
h1, h2 {
border-bottom: 2px solid #2E7D32;
padding-bottom: 8px;
}
/* Paragraphs & Lists */
p {
margin-bottom: 1rem;
}
ul {
margin-bottom: 1rem;
padding-left: 1.5rem;
}
/* Table Styles */
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
th, td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
thead {
background-color: #d1f0d7; /* Light green */
color: #006400;
font-weight: bold;
}
tbody tr:nth-child(even) {
background-color: #f2f9f5;
}
/* Button Styles (btn btn-success) */
.btn {
display: inline-block;
padding: 6px 14px;
font-size: 0.9rem;
font-weight: 600;
text-align: center;
text-decoration: none;
border-radius: 6px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease;
}
.btn-success {
background-color: #28a745;
color: white;
}
.btn-success:hover {
background-color: #218838;
}
.btn-sm {
padding: 4px 10px;
font-size: 0.85rem;
}
/* FAQ Accordion */
.accordion {
margin: 15px 0;
}
.accordion-button {
width: 100%;
text-align: left;
padding: 12px 16px;
background-color: #f1f9f1;
border: 1px solid #cde0cd;
border-radius: 6px;
font-weight: 600;
color: #1e7429;
cursor: pointer;
outline: none;
transition: background-color 0.3s ease;
}
.accordion-button:hover {
background-color: #e6f4e6;
}
.accordion-button::before {
content: “▶ “;
font-size: 0.8em;
margin-right: 6px;
}
.accordion-button[aria-expanded=”true”]::before {
content: “▼ “;
}
.accordion-body {
padding: 15px;
background-color: #f9fdf9;
border: 1px solid #d0e8d0;
border-top: none;
border-radius: 0 0 6px 6px;
margin-top: -2px;
display: none;
}
.accordion-body.show {
display: block;
}
/* Keywords & Tags */
.tag-section, .keyword-section {
margin: 15px 0;
}
.tag-section p, .keyword-section p {
background-color: #f0f8ff;
padding: 12px;
border-radius: 6px;
font-size: 0.9em;
color: #444;
word-break: break-word;
}
/* Responsive Design */
@media (max-width: 768px) {
.container {
padding: 15px;
margin: 10px;
}
table {
font-size: 0.9rem;
}
.btn {
padding: 5px 12px;
font-size: 0.85rem;
}
}



