The default behavior of File Explorer in Windows 7 (other vers?) depends on what KIND of folder is containing the files. This is auto-detected by Windows depending on the type of files that are inside. For instance, if there are a lot of pictures, Windows tends to automatically optimize the folder's appearance for photos, such as a column for "Tags", and the Date column goes by date CREATED in case you crop or adjust the photo and still want to sort by the date you took it (not when you modified it).
To see what type of folder has been assigned by Windows, go up a level and right-click on the folder. Choose Properties and click the Customize tab. At the top, it has a drop-down list under "What kind of folder do you want", then it shows you how the folder is currently optimized. Options include General items, Documents, Pictures, Music and Videos. You can override the current selection manually to whichever you want.
You can easily modify some aspects of the default behavior for the current folder type. Pick the columns you want add or delete, arrange their order and set the column widths. When you're happy, you set this as the default by clicking on Tools (top of File Explorer window), then "Folder options...", then the View tab. Click on "Apply to Folders" to apply these settings to all other folders of this same type. This will alter all existing folders and be the default for new folders of this type. You can then tweak the appearance of individual folders later. "Reset" will restore the settings for that folder type back to Windows defaults.
More on this topic can be found here:
https://support.microsoft.com/en-us/kb/310297
3Also, the
Datecolumn always puts folders before files unlike the other date columns which put them before or after depending on the direction of the sort. – Synetech – 2015-03-13T16:21:04.080It's worth noting that, even apart from e.g. Explorer's updating of icons, etc., "date accessed" in Windows doesn't necessarily mean the file contents were ever actually accessed - only that it was successfully opened. The same is true for the "file opened" event log entries. All they show is that a file was successfully opened for R or W access, not that any Rs or Ws ever happened. – Jamie Hanrahan – 2018-07-16T07:40:00.753
In Windows 10 1809, Date takes the LATER (not the earlier!) of Date Modified or Date Created -- or maybe just Date Modified (I don't have an example that distinguishes between these) -- except that Date Taken (or possibly other comparable attributes) takes precedence. See images https://superuser.com/questions/1449896/how-persistent-is-sort-by-date
– BillR – 2019-06-18T11:22:38.9974Date Accessed is essentially useless in Windows since Explorer (and other processes/services/programs) accesses it to do things like generating previews, reading headers, detecting modifications for backup purposes, etc., which in turn updates the field so they will always be just now. Back in DOS days, it was useful because simply generating a directory listing (eg
dir) did not modify the last-accessed timestamp, so it was possible to view the last time the file really was accessed in the traditional sense of the word (modified = written, accessed = read). – Synetech – 2012-01-28T23:32:15.283@Synetech I agree... to the point that I have set NtfsDisableLastAccessUpdate to True...
– Jonas Heidelberg – 2012-01-30T10:11:59.420@Ariane: your edit made no sense, sorry... have a look at the screenshot ;-) – Jonas Heidelberg – 2013-02-15T12:33:14.197