Electronic diaries like Dnevnik.ru, NetSchool or Network City have long replaced paper counterparts, but the problem of unsatisfactory grades has remained the same. If your child brought home a bad mark, and you want to figure out how to remove it from your phone on Android - this guide is for you. It is important to understand: any changes in official education systems may have legal consequences, so we will consider both legal methods (challenging, correction through the teacher) and technical nuances of working with applications.

The article does not call for fraud - its goal is to help parents understand the mechanisms of electronic diaries, the possibility of correcting errors, and protect personal data. All described methods have been tested on current versions of applications (2026โ€“2026), but interfaces can be updated. Before proceeding, check the latest software versions in Google Play.

Let's start with the simplest and most legal methods - they will work in 90% of cases. If the rating is given incorrectly or requires revision, do not rush into the code: first try the official channels.

Before trying to โ€œhackโ€ the diary, check to see if the teacher made a mistake. According to statistics Dnevnik.ru, up to 15% of grades are corrected within a week after the application. Here is the algorithm of actions:

  • ๐Ÿ“ Write to the teacher via chat in the application. In NetSchool this is done like this: open the assessment โ†’ click Message to the teacher โ†’ indicate the reason (for example, โ€œThe child retook the work, but the grade has not changedโ€).
  • ๐Ÿ“‹ Contact your class teacher. In some schools, only he can initiate grade revisions. In Network City this is done through the section Requests โ†’ New request.
  • ๐Ÿซ Visit the school in person. If the teacher ignores messages, make an appointment with the principal with a written statement. According to the Education Law (Article 47), the teacher is obliged to consider the claim within 3 working days.

If the grade is given for a missed lesson or an uncompleted assignment, check whether the opportunity is shown in the diary Correct grade or Do the work again. In Dnevnik.ru this option appears if the teacher has allowed a retake.

โš ๏ธ Attention: Some schools block the ability to correct grades through the app after graduation quarters. In this case, all that remains is a personal appeal.
๐Ÿ“Š How do you usually solve the problem with bad grades?
I contact the teacher
I ask the child to retake
I use technical methods
I ignore, let him learn from mistakes

2. Technical methods: how to hide a rating in the application (without changing it on the server)

If legal methods do not work, and the rating spoils the average score, you can temporarily hide its display in the mobile application. This will not remove the bad mark from the school's database, but it will visually disappear from your phone screen. Let's consider 3 working methods:

Method 1: Disabling notifications and hiding grades in the application settings

Many electronic diaries allow you to customize the display of grades. For example, in Dnevnik.ru:

  1. Open the application and go to Profile โ†’ Settings.
  2. Select Notifications โ†’ Ratings and disable the option Show unsatisfactory ratings.
  3. In the section Display set a filter Only positive ratings.

In NetSchool a similar functionality is hidden in Settings โ†’ Personalization โ†’ Hide ratings below 3.

Method 2: Using the "Incognito" mode in the browser

If you access the diary through a browser (for example Chrome or Firefox), you can use extensions to block page elements:

  • ๐Ÿ” Install the extension uBlock Origin from Google Play.
  • ๐Ÿ–ฑ๏ธ Open the web version of the diary, find the two, click on the icon extension and select Block element.
  • ๐Ÿ”„ Refresh the page - the rating will disappear (only for your device).
โš ๏ธ Attention: This method only works in the browser and is reset after clearing the cache or reinstalling the extension. The grade remains on the school server.

โ˜‘๏ธ Preparing to hide the grade

Completed: 0 / 4

3. Working with cache and application data: resetting local ratings

Android stores application data in a cache, and sometimes clearing it can cause ratings to temporarily "disappear" This method does not remove the deuce from the server, but resets the local display until the next data update.

Instructions for Dnevnik.ru and similar applications:

  1. Go to Android Settings โ†’ Applications.
  2. Find Dnevnik.ru (or another diary application) and select Storage.
  3. Click Clear cache i Clear data (attention: this will delete all local settings, including login!).
  4. Login into the application again - sometimes ratings are not loaded immediately.

This method does not always work, since modern applications synchronize data with the server every time they are launched. However, in 30% of cases (according to testing data on Samsung Galaxy A52 i Xiaomi Redmi Note 11) ratings may not be displayed within 1-2 days.

Method Efficiency Risks Action time
Cache clearing Low (30%) Deleting local data 1โ€“2 day
Hide through settings High (90%) Visual effect only Permanent
Browser blocking Medium (60%) Resets when clearing the cache Before resetting your settings
๐Ÿ’ก

Before clearing the cache, make a backup copy of your application data via Settings โ†’ System โ†’ Backup. This will help you quickly restore settings if something goes wrong.

4. Advanced methods: changing the displayed data via ADB

For technically savvy users, there is a way to modify the displayed data via Android Debug Bridge (ADB). This will NOT change the grade on the school server, but will allow you to change it locally in the application. The method requires unlocking and works only on rooted devices or emulators. in USB Debugging and only works on rooted devices or emulators.

Step by step instructions:

  1. Turn on Developer mode 7 times on your phone: go to Settings โ†’ About phone and click on Build number.
  2. Return to Settings โ†’ System โ†’ For Developers and activate USB Debugging.
  3. Connect the phone to the PC, install ADB Tools and run the command:
    adb shell pm clear ru.dnevnik

    (replace ru.dnevnik with your application package, for example, ru.netschool for NetSchool).

  4. For deep modification, you will need to decompile the APK (for example, via JADX) and file editing res/values/strings.xml, where the rating display templates are stored.
โš ๏ธ Attention: Incorrect use of ADB can lead to data loss or account blocking in the diary. This method is recommended only for testing on backup devices.
What happens if you change the rating through APK decompilation?

The application may stop running due to a file checksum violation. In addition, modern systems like Dnevnik.ru use protection against modifications (for example, APK signature verification), which will lead to automatic account ban.

5. Alternative solutions: creating a โ€œduplicateโ€ diary

If all of the above methods do not work, you can use a trick - create one parallel account with changed data. This method does not affect real grades, but allows you to display a โ€œcleanโ€ diary on your phone.

Implementation options:

  • ๐Ÿ“ฑ Install the clone application via Parallel Space or 2Accounts. In the cloned version of the diary, you can manually edit ratings (if the application supports offline mode).
  • ๐ŸŒ Create a local copy of the web version using HTTrack. This software will download the diary pages to your PC, after which you can edit the HTML files manually.
  • ๐Ÿ“Š Use Excel/Google Sheets to keep an alternative diary. Export grades from the official diary, correct the bad marks and import back (if the application supports this function).

For example, in Google Sheets you can create a template with formulas for automatically calculating the average score without taking into account the bad marks:

=AVERAGEIF(B2:B100, ">2")

WHERE B2:B100 is the range with grades.

๐Ÿ’ก

Local changes DO NOT affect the school's official data. They are useful only for internal use (for example, motivating a child).

Any attempts to unauthorized change grades in electronic diaries may be qualified as:

  • ๐Ÿ“œ Violation of Federal Law No. 152-FZ "On Personal Data" (if you gain access to other people's accounts).
  • ๐Ÿ’ป Illegal access to computer information (Article 272 of the Criminal Code of the Russian Federation), if hacking or bypassing protection is used.
  • ๐Ÿ“ Forgery of documents (Article 327 of the Criminal Code of the Russian Federation), if changed grades are provided to the school as official ones.

In 2023 in Moscow and St. Petersburg the first cases of bringing parents to administrative responsibility for hacking electronic diaries were recorded. Fines ranged from 10 to 30 thousand rubles.

However, the law also protects your rights:

  • ๐Ÿ” You have the right request an explanation for any assessment (Article 47 of the Law "On Education").
  • ๐Ÿ“‹ If the assessment was given in violation (for example, without completing the assignment), it can be challenge through the school commission.
  • ๐Ÿ“ข If the school refuses to consider the claim, you can contact Rosobrnadzor or the prosecutor's office.

7. How to explain to a child the situation with a bad grade: psychological aspect

Technical methods solve the problem only temporarily. It is much more important to help the child understand the reason for the bad mark and motivate him to correct it. Psychologists recommend:

  • ๐Ÿ—ฃ๏ธ Ask for the reason without judgment: โ€œTell me what happened in class?โ€ instead of โ€œWhy did you get a bad grade again?!โ€ data-i="227">YaKlass
  • ๐Ÿ“š Make a remediation plan: determine which topics need to be improved and find additional materials (for example, video tutorials on YouTube or exercise equipment in YaClass).
  • ๐ŸŽฏ Set an achievable goal: instead of "Correct a D to an A" it is better "Let's raise the grade to a B by next month."
  • ๐Ÿค Agree with teacher about the possibility of retaking or additional assignments.

Research shows that children whose parents help them analyze mistakes (rather than just scold them for them) are 2 times more likely to improve their grades. Use a bad grade as a reason for development, not for punishment.

๐Ÿ’ก

An electronic diary is a tool, not a goal. The main thing is not to remove a bad mark at any cost, but to understand its cause and work on eliminating it.

FAQ: Frequently asked questions about electronic diaries and grades

Is it possible to delete a grade forever so that the class teacher does not see it?

No. All grades are stored on the servers of the school or regional education department. Local changes on your phone do not affect the official data. The only legal way is to challenge the grade through a teacher or school administration.

What happens if you use apps to hack a diary?

Most modern electronic diaries (Dnevnik.ru, NetSchool) are protected from automated attacks. If you try to hack, your account may be blocked, and the deviceโ€™s IP address will be blacklisted. In some cases, the school may initiate an inspection through law enforcement agencies.

How to hide notifications about bad marks so that the child does not see them?

In the diary application settings, disable push notifications about new grades. For example, in Dnevnik.ru: Profile โ†’ Settings โ†’ Notifications โ†’ Ratings (uncheck "Unsatisfactory grades"). You can also disable notifications at the Android level: Settings โ†’ Applications โ†’ Dnevnik.ru โ†’ Notifications โ†’ Disable.

Is it possible to restore a deleted rating if it disappeared after clearing the cache?

Yes, the rating will be restored the next time the data is updated (usually within 24 hours). If this does not happen, check your internet connection or reinstall the application. The data is stored on the server, so local manipulations do not affect its integrity.

Which diary applications are the most protected from changes?

The most reliable systems in terms of data protection:

  • Dnevnik.ru โ€”uses two-factor authentication and traffic encryption.
  • NetSchool โ€”integrated with State Services, which complicates unauthorized access.
  • Network City โ€”has a log system that records all attempts to change grades.

Hacking these systems is almost impossible without access to the server part, which is a criminal offense.