How to Delete a Program on a TI-84 Calculator
The TI-84 series has been a classroom staple for decades, and its ability to store custom programs is one of its most useful features. But that storage space is limited — and over time, old programs, downloaded apps, and leftover files can eat into the memory your calculator needs for active work. Knowing how to delete programs cleanly, and which type of content you're actually removing, makes a real difference.
Why Memory Management Matters on the TI-84
The TI-84 and its variants (TI-84 Plus, TI-84 Plus Silver Edition, TI-84 Plus CE) use two distinct types of memory:
- RAM (Random Access Memory): Used for active calculations, variables, lists, and programs you run regularly. This is limited and fills up quickly.
- Archive (Flash ROM): Longer-term storage for programs and apps you want to keep but don't need running at all times.
When your RAM gets full, you'll see the dreaded ERR: MEMORY error mid-calculation. Deleting unused programs is the most straightforward fix — but it's worth understanding the difference between deleting a program permanently and simply moving it to archive storage.
How to Delete a Program on the TI-84: Step-by-Step
Method 1: Delete via the Memory Management Menu
This is the most direct route and works across all TI-84 variants.
- Press the 2nd button, then press + (the MEM shortcut).
- Select 2: Mem Mgmt/Delete and press ENTER.
- Scroll to 7: Prgm to view stored programs.
- Use the arrow keys to highlight the program you want to delete.
- Press DEL.
- The calculator will ask you to confirm — press 2 (Yes) to permanently delete.
The program is removed immediately. There is no recycle bin or undo option. Once deleted, it's gone unless you have a backup on your computer via TI Connect CE software.
Method 2: Delete Directly from the Program Menu
- Press PRGM to open the program menu.
- Note the name of the program you want to remove (you can't delete from this screen directly, but it helps to locate it first).
- Navigate back to the MEM menu as described above to complete the deletion.
The PRGM menu itself is read-only for management purposes — the actual deletion always happens through the memory management screen.
The Difference Between Deleting and Archiving 🗂️
This is where many users make a mistake. The TI-84 gives you an option to archive a program rather than delete it. Archiving moves the program from active RAM to Flash ROM, freeing up RAM without permanently losing the file.
| Action | Effect on RAM | Program Still Available? |
|---|---|---|
| Delete | Freed completely | No — permanently gone |
| Archive | Freed | Yes — stored in Flash ROM |
| Unarchive | Used again | Yes — moved back to RAM |
To archive instead of delete: In the Mem Mgmt/Delete screen, highlight a program and press ENTER (not DEL). An asterisk (*) will appear next to its name, indicating it's been archived. To unarchive, highlight it and press ENTER again.
If you're managing space ahead of a test or exam, archiving is often the smarter move — especially for programs you didn't write yourself and can't easily recreate.
Deleting Apps vs. Programs: Not the Same Thing
The TI-84 distinguishes between programs (files you or someone else wrote in TI-BASIC) and Apps (pre-installed or downloaded applications stored in Flash ROM). Deleting apps follows a slightly different path:
- Press 2nd → + to open the MEM menu.
- Select 2: Mem Mgmt/Delete.
- Scroll to A: Apps.
- Highlight the app you want to remove and press DEL.
Some apps — particularly those pre-loaded by Texas Instruments — cannot be deleted. If you see an app grayed out or get an error when attempting deletion, it's likely a protected system app. This is by design and not a malfunction.
What Affects How Much Memory a Program Uses
Not all programs take up equal space. A few factors determine a program's memory footprint:
- Number of lines and commands: Longer programs with loops, conditionals, and subroutines use more RAM.
- Stored variables and lists: Programs that write to list variables (L1–L6) or create named variables add to RAM usage beyond the program file itself.
- Assembly programs vs. TI-BASIC: Assembly programs (.8xk files) tend to be more compact but operate differently in terms of storage.
- TI-84 Plus CE vs. older models: The CE model has significantly more RAM and archive space, so memory pressure looks different depending on which hardware you're using.
Before You Delete: A Few Things Worth Checking
- Do you have a backup? TI Connect CE (free from Texas Instruments' website) lets you transfer programs to your computer. It takes under a minute and removes the risk of permanent loss.
- Is the program archived? If a program name shows an asterisk in the memory menu, it's already in archive and not consuming RAM — deleting may not be necessary.
- Are variables the real culprit? Sometimes it's not programs but leftover list data, matrices, or string variables filling up RAM. The memory management screen breaks these down by category so you can see exactly what's consuming space.
The right approach depends on which TI-84 model you have, how much storage you're actually working with, and whether the programs taking up space are ones you might need again — or ones you've long since moved past.