In transcriptomic analyses, it is helpful to keep track of the strand of the RNA molecules. However, the Oxford Nanopore long-read cDNA sequencing protocols generate reads that correspond to either the first or second-strand cDNA, therefore the strandedness of the initial transcript has to be inferred bioinformatically. Reverse transcription and PCR can also introduce artefacts which should be flagged in data pre-processing.Here we introduceRestrander, a lightning-fast and highly accurate tool for restranding and quality checking long-read cDNA sequencing data. Thanks to its C++ implementation,Restranderwas faster than Oxford Nanopore Technologies’ existing toolPychopper, and correctly restranded more reads due to its strategy of searching for polyA/T tails in addition to primer sequences from the reverse transcription and template-switch steps. We found that restranding improved the process of visualising and exploring data, and increased the number of novel isoforms discovered bybambu, particularly in regions where sense and antisense transcripts co-occur.The artefact detection implemented inRestranderquantifies reads which do not have the correct 5’ and 3’ ends, a feature which is useful in quality control for library preparation.Restranderis pre-configured for all major cDNA protocols, and can be customised with user-defined primers.Restranderis available athttps://github.com/jakob-schuster/restrander