I didn't know that there is a way to delete files completely without low level format.
Even the free Recuva can do that (and many dedicated file shredding tools). WinHex can wipe files' contents and also files' MFT records. (Not sure about other file systems.) WinHex is also able to explore deleted file trees, although it's usually less efficient than R-Studio in my experience it's worth a shot (but it most likely won't give better results in this case, see below).
As for Minitool it did most of the jobs for me, I did buy R-studio because most of data recovery using it. I did use photorec as well.
Then the question is, what particular file types are you looking for ? If the needed files are of a specific type which is not included by default in the list of file types analysed by any of those tools, it is normal that they can't be recovered in “raw” mode. R-Studio and Photorec allow to add custom file signatures, don't know about the others.
I have a case where I used 3 recovery software, R-Studio, Minitool, and photorec. All gave me slimier result.
You mean “similar” I suppose ?

It's surprising, as Photorec can only do “raw file carving” type of recovery, if both other tools, which are first and foremost designed to analyse the filesystems and recover as much files as possible based on their original metadata, doing “raw” search as a complimentary method (when the metadata structures are partially or totally damaged, or to recover deleted files which are no longer referenced because their metadata information has been overwritten), didn't find any files with the first method (i.e. with their original names and timestamps and directory location), it would mean that no valid metadata structures related to that deleted user account are available anymore.
I recently had a deleted user account to recover, but couldn't find anything above 2014 [...]
Not sure what you meant by that. You mean the year 2014 ?
Do you at least see actual data all over the “free space” ? (With the aforementioned WinHex, or with R-Studio's hexadecimal viewer – in the “Device view” tab, right-click on the target partition and select “View/edit” or press CTRL+E.) If it's already been wiped (or partially wiped), then nothing can be recovered. Does the customer remember how exactly that user account was deleted ? If he (or someone else unbeknownst to him) used a method specifically designed to really wipe the files (“cleaning” tools like CCleaner are able to do just that for instance), then none of the previously allocated files can be recovered, and what you are getting might be files deleted by a regular method
prior to that.
Not much info on the drive only 60 gig from 750g
...
I did a raw copy using hddsuperclone just in case.
I don't remember if HDDSuperClone has an option to write an image in “sparse” mode ; ddrescue does for sure, so as a test you could copy that backup (whether you did a clone to another drive or an image file doesn't matter) to an image file (preferably on another drive, much better performance and less stressful for a HDD) with
ddrescue -S (upper-case S switch = sparse mode). Then if you check the properties and see that the actual size of that image is in the vicinity of 60GB, you'll know for sure that there is nothing more to recover (in “sparse” mode only non-empty sectors are actually allocated).