Ask HN: How do you organize your physical documents at home?
I have lots of paper for taxes, receipts, statements, bills, letters, brochures. currently they are just tucked into various folders ad-hoc and put into a cabinet in no particular order.
Any tips or experience on how to sort things and keep them organized?
24 comments
[ 3.1 ms ] story [ 67.4 ms ] threadhttp://www.irs.gov/publications/p552/ar02.html#en_US_publink...
http://www.irs.gov/publications/p552/ar02.html#en_US_publink...
The link you sent doesn't seem to back up your claim that paper records are required. As far as I can read, it simply states that if you keep records digitally that they must be kept to certain standards. Those standards seem in line with the initial submission standards.
It then references 97-22.
Perhaps this article will explain my previous link more clearly:
http://www.walletpop.com/blog/2010/04/02/afraid-of-an-audit-...
I keep paper copies of my tax filings because it's easy enough to do. I'm just not seeing where, if my digitals never disappear, I need those paper copies to comply with the law.
Every piece of paper gets a number written on it in bold felt-tip pen.
This number is near unique - usually the date that I'm filing it, sometimes a "natural date" such as a date on the paper itself.
I file them all in a single box, in order.
In a file I have a line per item. It starts with the number, then has as many "tags" as I can think of. This takes about 20 seconds per piece of paper.
grep is your friend.
Finding any item is now easy, and there are no decisions to make when doing the filing. I copy the index file to my handheld and laptop. Occasionally I print it, although I haven't done that in ages.
A few items are filed in separate files, but those are obvious.
I'll try this. What hinders me from scanning is that you flip through paper much faster than through a bunch of pdf-files.
I use more or less this same approach: Everything goes into a stack, and when I need something I just do an interpolation search through the pile using the date of the document as a key.
What remains depends on your life situation I suspect, but for ideas, here is what I do:
Some papers are truly important. I like to put those in one of those expanding files with multiple slots and a carry handle. I have one for my personal papers (will, passport, birth certificates etc), one for taxes and one for the house documents. These should be stuff that if the house is on fire, you want to grab and take with you.
Having taken care of the stuff you don't need in physical form, and the really important stuff you must curate carefully, that leaves a bunch of other stuff. In my case that is mostly product manuals and warranties, and personal and travel memorabilia. While I am not a hardcore GTDer by any stretch, I do follow it for filing: get a filing cabinet, a good label maker, hanging folders and file folders, and file the hell out of everything. For example for product manuals, have a hanging folder for kitchen appliances, put each separate manual in a file folder, label the folder with your labelmaker, insert file folder into hanging folder.
General clutter guidelines apply, like handle everything once, think about whether you really need this ever again (this is where scanning really helps you, as you don't have to agonise too much about the decision), etc.
Unless I plan to resell a small electronic, I don't keep the manuals. Small electronics I keep the box, manual, everything, but in a box in a closet. It does help resale vlaue.
Otherwise 100% agree. I'm just amazed you're a scanner, but you keep paper manuals.
Don't worry, I understand it sounds peculiar.
One reason I keep manuals is for when I re-sell the product later, like you said. I also freecycle a lot of stuff, I feel it's nice to give people the manual. Also they are not zero-effort to scan - some of them are larger than letter size, you have to take the staples out if you have a feeder-scanner and so on. Given I can fit them all in one filing drawer, it doesn't seem to be worth the hassle. And if that is all you are filing, it is actually faster to pull the manual out of the drawer than it is to look for it on a computer, print out the page with the diagram you want, and so on.
If it helps, I generally throw out boxes. I used to keep them for resale but it got out of control, so the only boxes I keep now is for stuff where the box comes with special packing inserts that I would need if I had to move - that means computer cases and monitors basically.
We all have our quirks. I just hate paper/clutter. More than I love books, which means my book collection is in limbo...
I think any filing system you use needs to have O(1) no thought required inserts because inserts are so much more common than reads. I'm willing to tolerate a bit of time looking for what I need (though I can usually find everything fairly quickly) since I only do it a few times a year.
For this kind of documents you want to minimize the probability of loss, minimize the time to file them, and are not too concerned of the time to retrieve them. For this a drawer is perfect: just put them in the top of the drawer, and do not use this drawer for anything else. It does not look very professional but is very effective:
- It takes 1 sec, thus diminishing the probability of not doing it and losing the paper.
- Documents are organized chronologically, so you can find what you are looking for quite quickly. Just be sure to religiously keep everything in chronological order.
Once per year, transfer the drawer’s content to a folder. If you fill up more than one drawer per year this system might not be good enough for you.
Alas, my gf did not see the beauty of this system, and insists on having a highly sophisticated and complex storage system that I think is strictly inferior on every account.
How often do you need to find mail that you have filed? Once a month or so? How often do you need to file mail? Much more often.
Optimize for many writes and few reads. Just throw everything in a box in chronological order. Everything will be easy enough to find and VERY easy to file. The most you should do is have a couple of boxes for broad categories of stuff to file.