The student raised her hand. "I type everything, but integrals and matrices don't fit. I have to screenshot the slides and paste them, and then I can't edit or search. What am I supposed to do?" She was a second-year engineering major who had been using OneNote for six months, faithfully typing every lecture. The problem wasn't her effort. It was the tool.
If you have seen the generic "best note-taking apps for students" lists, you know the problem. They treat a STEM student typing equations the same as a humanities student highlighting PDFs. That is how you end up with a frustrated engineering major who has been told OneNote is fine but cannot perform the one task that matters most in her discipline: writing mathematics.
The research on handwriting versus typing is often cited, but the real takeaway is not which is better. The most rigorous meta-analysis (Flanigan 2024) pooled 24 studies and found that handwritten notes produce higher course achievement (Hedges' g = 0.248, p < 0.001). That is a small but real effect. But here is the catch: the benefit comes from the review stage, not from writing faster. Students who write by hand are forced to condense and rephrase, and that processing helps recall later. The same meta-analysis also found that typing boosts note-taking volume (g = 0.919), which is valuable when you need to capture a lot of information quickly. The practical conclusion is a hybrid setup—handwriting for capture, a typed system for synthesis—is the evidence-backed approach for most students. According to Worldmetrics 2026, 68% of college students use digital note-taking tools, while 52% still prefer handwriting for certain tasks. Those numbers overlap for a reason: many students already do both. The problem is they often use only one app, or they paste handwritten notes into a typed system that does not connect them.
Here is the quick map. The rest of the article explains why each app works for each major.
| Major | Primary App(s) | Alternative (different device or style) |
|---|---|---|
| STEM (engineering, physics, math) | GoodNotes + Obsidian | OneNote (Windows + handwriting) |
| Humanities (literature, philosophy, history) | Atlas + Notion | Notion .edu Plus plan |
| Pre-med | Anki + Notion | Notability + Anki |
| Computer science | Obsidian + Atlas | Notion + Obsidian |
| Law | Notability + Anki + Notion | OneNote + Anki |
| Languages | Anki + Apple Notes | Google Keep + Anki |
STEM: You cannot type an integral
If your lecture involves equations, diagrams, or matrices, a keyboard-first app forces you to skip the notation or paste screenshots that become dead images later. The hybrid setup that works best for STEM is: an iPad (or tablet) with a handwriting app during lectures, and a typed app afterward for linking concepts.
For the handwriting layer, GoodNotes is my top pick. It costs $9.99 per year (last verified June 2026). The equation and diagram recognition is reliable, and you can search handwritten text. For the synthesis layer, Obsidian is free for personal use (sync costs $8/month, but you can avoid sync by using a folder on OneDrive or iCloud). Obsidian treats notes as plain markdown files, which means they are searchable, linkable, and will not lock you into a proprietary format.
If you are on Windows and do not have an iPad, OneNote has a genuinely unlimited free plan with no note caps. Its handwriting engine on Windows is surprisingly good for equations. The downside: it is not great for connecting ideas across courses. You will end up with a page per lecture but no easy way to see relationships.
- Use GoodNotes (iPad) or OneNote (Windows) for lecture capture—handwriting, diagrams, equations.
- Transfer key concepts to Obsidian after each topic for linking and review.
- Review handwritten notes within 24 hours. That is where the Flanigan effect becomes real.
Humanities: Your readings need a synthesis layer
A humanities student's semester might involve 40+ PDFs per course, each with passages that connect to other readings in ways that become clear only weeks later. If you type notes into a page-per-lecture app, those connections stay invisible.
Atlas is designed for this workflow. It lets you annotate PDFs, highlight passages, and then synthesize across documents. A 2025 study cited by Ask Maeve reported that students using audio-synced note features—which Atlas offers—showed 34% better understanding of complex lecture topics. That number is from a single unnamed study, so I treat it as directional, not definitive. But the pattern is consistent with what reading and synthesis researchers have long argued: connecting ideas across sources is where deep learning happens.
For assignment tracking and longer projects, Notion is the most-installed note-taking app among college students in 2026. The reason is not magic: Notion's free Plus plan with a .edu email (no cost) gives you unlimited pages, a vast template ecosystem, and database views that can organize a semester's readings by class, week, and theme. 68% of student teams using Notion reported fewer missed deadlines, according to the same Ask Maeve survey. Again, directional, but plausible: a database view of weekly readings with due dates beats a folder full of PDFs.
If you need a pure reading-synthesis workflow, start with Atlas. If you want everything—reading notes, assignments, project management—in one place, Notion's .edu plan is free and capable. And for an alternative angle based on your learning style, see our VARK guide.
Pre-med and law: Memory is the bottleneck
If your exams are closed-book and require recall of hundreds of facts, the tool that matters most is not a note-taking app but a spaced repetition system (SRS). The Flanigan meta-analysis effect (handwritten notes + review) is real, but in these majors the bottleneck is not capture—it is retrieval.
Anki is the default choice. It is free on desktop and Android; the iOS app costs $24.99 one-time. Nothing else provides the same control over scheduling and card types. For the lecture capture layer, Notion works well for pre-med students who need to organize topics across biology, chemistry, and physics. Notion's .edu plan is free. For law students specifically, Notability ($14.99 per year) has audio recording that syncs with your handwritten notes. Tap a word in your notes and you hear what the professor was saying at that moment. That audio-synced feature is the main reason law students stick with Notability despite the cost.
- Pre-med: Anki (free/paid) for memorization, Notion (free .edu) for course organization.
- Law: Notability ($14.99/yr) for audio-synced lecture notes, Anki for case law, Notion for briefs and outlines.
- Do not skip the review loop. Handwriting + Anki review within 24 hours is the combination that the evidence supports.
Computer science: Treat your notes like code
CS students face a different problem: their notes are often a mix of code snippets, algorithm walkthroughs, system design diagrams, and research paper links. These are not documents you read linearly; they are references you revisit over years.
Obsidian is the strongest choice here. It stores notes as local markdown files—plain text that works with Git, IDE extensions, and version control. The bidirectional linking and graph view let you see connections between, say, a sorting algorithm note, a leetcode problem, and a lecture on time complexity, all in one view. Obsidian's core app is 100% free for local use. If you want to sync across devices, sync costs $8/month, but you can also use a free iCloud or Git-based sync.
For the reading side—research papers and technical blog posts—Atlas can serve as a companion for AI-assisted summarization and annotation. But the knowledge base itself should stay in Obsidian's local files, because that is what you will still be able to read five years later when the startup that made your app has pivoted three times.
# Sync Obsidian vault with Git (free, no Obsidian Sync needed)
cd ~/ObsidianVault
git init
git remote add origin https://github.com/you/vault.git
git add -A && git commit -m "Update notes"
git pushIf you prefer a web-based system and do not need local control, Notion works too—but CS students frequently hit its limit when trying to store large code blocks or run into the 5 MB file attachment cap on the free plan.
Languages: Spaced repetition beats typing speed
Vocabulary acquisition is fundamentally a memory problem. A general note-taking app cannot do what a dedicated SRS does.
Anki is the core tool. Build your own decks or download shared ones. For quick capture of new words during the day—a sign you saw, a phrase a friend used—Apple Notes or Google Keep are the lightest options. Both are free, sync across devices, and let you dump a word in seconds. Later, transfer those words into Anki for spaced repetition. The Mueller & Oppenheimer 2014 finding that handwritten notes result in 34% better long-term retention is sometimes cited here, but for vocabulary, the mechanism is not handwriting per se—it is retrieval practice. Anki automates that.
- Anki (free desktop/Android, $24.99 iOS) for daily review.
- Apple Notes or Google Keep (free) for in-the-moment capture.
- Set aside 10 minutes per day for Anki. Consistency matters more than volume.
Comparison at a glance: pricing and platforms
The table below shows the starting price (personal/student tier), free tier scope, and primary platform. All prices last verified June 2026, but tools in this category change pricing frequently. Check the official site before committing.
| App | Starting Price | Free Tier | Platforms | Best For |
|---|---|---|---|---|
| GoodNotes | $9.99/yr | No free tier (one-time purchase used, now subscription) | iOS, iPadOS, Mac | STEM handwriting |
| Notability | $14.99/yr | No free tier | iOS, iPadOS, Mac | Law (audio sync) |
| Obsidian | Free personal; Sync $8/mo | Core app free | Mac, Windows, Linux, iOS, Android | CS, PKM, long-term reference |
| Notion | Free with .edu email (Plus plan) | Generous free tier; .edu gets Plus | Web, Mac, Windows, iOS, Android | Humanities, pre-med, project management |
| OneNote | Free | Unlimited notes, no caps | Mac, Windows, iOS, Android, Web | Windows STEM (handwriting) |
| Anki | Free (desktop/Android); $24.99 iOS | Free core on desktop/Android | Mac, Windows, Linux, iOS, Android | Memorization-heavy majors |
| Apple Notes | Free | Full free; iCloud 50GB $0.99/mo | iOS, Mac | Quick capture (languages) |
| Atlas | Free tier available; paid plans for advanced AI | Basic free tier | Web, iOS, Mac | Humanities reading synthesis |
When to upgrade from free
Free tiers cover most student use cases. You can get through an entire STEM degree with GoodNotes' $9.99/yr subscription and Obsidian's free plan, or through humanities with Notion's free .edu account and Atlas's free tier. The main reasons to pay are cross-device sync (Obsidian Sync at $8/mo), audio recording (Notability), and AI-assisted features (Atlas paid tier). Do not pay for a feature you have not needed yet. Most students who switch from free to paid do so because they moved between devices and their notes did not follow.
The verdict: choose by workflow, not by hype
There is no single best note-taking app for all students. The evidence is clear that different fields of study require different tools—not because of learning styles, but because of the actual intellectual work involved.
- STEM: GoodNotes + Obsidian (or OneNote on Windows).
- Humanities: Atlas + Notion.
- Pre-med: Anki + Notion.
- Computer science: Obsidian (+ Atlas for papers).
- Law: Notability + Anki + Notion.
- Languages: Anki + Apple Notes.
If you need a deeper dive into free plans alone, our dedicated free apps comparison goes into detail on each tool's free tier. And if you want to explore the VARK learning style approach alongside this field-of-study method, the VARK guide is a complementary read.
Pick the tool that matches the way your mind actually works with information. The rest of the note-taking market is noise.